File tree Expand file tree Collapse file tree 4 files changed +298
-10
lines changed
Expand file tree Collapse file tree 4 files changed +298
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ." ,
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 },
You can’t perform that action at this time.
0 commit comments