Skip to content

Commit dc1c589

Browse files
committed
chore: dual publish npm & jsr
1 parent 381d648 commit dc1c589

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

deno.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
{
22
"name": "@mcpc/oapi-invoker-mcp",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Invokes any OpenAPI through Model Context Protocol (MCP) server, supporting specification patches, custom authentication protocols, and data encryption/decryption",
55
"license": "MIT",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/mcpc-tech/oapi-invoker-mcp.git"
9+
},
610
"tasks": {
711
"server:watch": "deno -A --watch ./src/server.ts",
812
"server:compile": "deno install -f --global --import-map=../../import_map.json --allow-scripts=npm:[email protected] --node-modules-dir -A --root=$DENO_DIR/mcp-servers/ --name=oapi-invoker src/stdio.server.ts"

0 commit comments

Comments
 (0)