We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaabce commit 95b94e8Copy full SHA for 95b94e8
package.json
@@ -66,7 +66,7 @@
66
"example:sandbox": "npm run build && node dist/examples/sandbox_everything.js",
67
"example:oauth": "npm run build && node dist/examples/simple_oauth_example.js",
68
"example:blender": "npm run build && node dist/examples/blender_use.js",
69
- "example:add_server": "npm run build && node dist/examples/add_sever_tool.js"
+ "example:add_server": "npm run build && node dist/examples/add_server_tool.js"
70
},
71
"dependencies": {
72
"@dmitryrechkin/json-schema-to-zod": "^1.0.1",
0 commit comments