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/
292
292
293
293
.DS_Store
294
294
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
-
303
295
# Smithery
304
- /browserbase / .smithery
296
+ /.smithery
Original file line number Diff line number Diff line change 22
22
"build" : " tsc && shx chmod +x dist/*.js" ,
23
23
"prepare" : " husky" ,
24
24
"watch" : " tsc --watch" ,
25
- "smithery" : " npx @smithery/cli dev" ,
25
+ "smithery" : " npx @smithery/cli dev src/index.ts " ,
26
26
"inspector" : " npx @modelcontextprotocol/inspector build/index.js" ,
27
27
"lint" : " eslint . --ext .ts" ,
28
28
"prettier:check" : " prettier --check ." ,
54
54
"lint-staged" : " ^16.1.2" ,
55
55
"prettier" : " ^3.6.1" ,
56
56
"shx" : " ^0.3.4" ,
57
+ "tsx" : " ^4.20.3" ,
57
58
"typescript" : " ^5.6.2" ,
58
59
"typescript-eslint" : " ^8.35.0"
59
60
},
You can’t perform that action at this time.
0 commit comments