Skip to content

Commit 8871671

Browse files
committed
Add example inspector usage
1 parent 740a005 commit 8871671

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ PORT=8808 node examples/server.js
4545

4646
## Example Server and Client
4747

48-
```shell
49-
yarn install @types/express @types/json-bigint @types/node duckdb express json-bigint
50-
```
51-
5248
You can also develop the SSE server independently from Claude Desktop so you get faster iterations. For example, run the `src/server.ts` and use the `src/client.ts` as the client.
5349

5450
Start server, once you start the client on another terminal, you see the server output.
@@ -119,3 +115,17 @@ Connected: { resources: {}, tools: {}, templates: {} }
119115
isError: false
120116
}
121117
```
118+
119+
## Testing with MCP Inspector
120+
121+
Start the example server on one terminal
122+
123+
```shell
124+
node examples/server.js
125+
```
126+
127+
...and the gateway on another terminal
128+
129+
```shell
130+
npx @modelcontextprotocol/inspector node ./build/mcp-server-and-gw.js
131+
```

0 commit comments

Comments
 (0)