Skip to content

Commit 6d32c50

Browse files
committed
feat: experimental mcp support
1 parent 247bec7 commit 6d32c50

File tree

7 files changed

+871
-15
lines changed

7 files changed

+871
-15
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"start": "tsc && node dist/index.js",
1010
"test": "npm run test:lint",
1111
"cipublish": "node scripts/publish.js",
12-
"test:lint": "eslint ./src"
12+
"test:lint": "eslint ./src",
13+
"mcp": "tsc && npx @modelcontextprotocol/inspector dist/index.js --mcp"
1314
},
1415
"repository": {
1516
"type": "git",
@@ -31,11 +32,13 @@
3132
"packageManager": "[email protected]",
3233
"dependencies": {
3334
"@clack/prompts": "^0.10.0",
35+
"@modelcontextprotocol/sdk": "^1.6.0",
3436
"chalk": "^5.4.1",
3537
"commander": "^13.1.0",
3638
"ejs": "^3.1.10",
3739
"execa": "^9.5.2",
38-
"prettier": "^3.5.0"
40+
"prettier": "^3.5.0",
41+
"zod": "^3.24.2"
3942
},
4043
"devDependencies": {
4144
"@tanstack/config": "^0.16.2",

0 commit comments

Comments
 (0)