Skip to content

Commit 5fd6b2f

Browse files
committed
smithery yaml fix + smithery cli
1 parent 774c6d0 commit 5fd6b2f

File tree

4 files changed

+298
-10
lines changed

4 files changed

+298
-10
lines changed

.gitignore

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,5 @@ cython_debug/
292292

293293
.DS_Store
294294

295-
# PyCharm
296-
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
297-
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
298-
# and can be added to the global gitignore or merged into this file. For a more nuclear
299-
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
300-
#.idea/
301-
302-
303295
# Smithery
304-
/browserbase/.smithery
296+
/.smithery

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build": "tsc && shx chmod +x dist/*.js",
2323
"prepare": "husky",
2424
"watch": "tsc --watch",
25-
"smithery": "npx @smithery/cli dev",
25+
"smithery": "npx @smithery/cli dev src/index.ts",
2626
"inspector": "npx @modelcontextprotocol/inspector build/index.js",
2727
"lint": "eslint . --ext .ts",
2828
"prettier:check": "prettier --check .",
@@ -54,6 +54,7 @@
5454
"lint-staged": "^16.1.2",
5555
"prettier": "^3.6.1",
5656
"shx": "^0.3.4",
57+
"tsx": "^4.20.3",
5758
"typescript": "^5.6.2",
5859
"typescript-eslint": "^8.35.0"
5960
},

0 commit comments

Comments
 (0)