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 86e0c04 commit 5c00a86Copy full SHA for 5c00a86
examples/mcp/package.json
@@ -9,6 +9,7 @@
9
"scripts": {
10
"build-check": "tsc --noEmit",
11
"start:stdio": "tsx filesystem-example.ts",
12
+ "start:streamable-http": "tsx streamable-http-example.ts",
13
"start:hosted-mcp-on-approval": "tsx hosted-mcp-on-approval.ts",
14
"start:hosted-mcp-human-in-the-loop": "tsx hosted-mcp-human-in-the-loop.ts",
15
"start:hosted-mcp-simple": "tsx hosted-mcp-simple.ts"
0 commit comments