Ashwin Bhat 23ca80ed66 Squashed 'packages/mcp-typescript/' changes from dcc30be..e665be0
e665be0 Merge pull request #14 from modelcontextprotocol/justin/fix-race-condition
be9c1fe Merge branch 'main' into justin/fix-race-condition
36ba802 Merge pull request #17 from modelcontextprotocol/ashwin/capabilities
a1b8886 yarn build
7b718de Report errors when start() is called multiple times
83a43fd Protocol.connect() can automatically call Transport.start()
8d80cc5 Merge branch 'main' into justin/fix-race-condition
bcb4b21 add server capabilities derivation
e9c64fb Update tests and CLI
2b0599e Update server SSE transport
c39f808 Update client transports
87ae7ff Add start() to Transport interface

git-subtree-dir: packages/mcp-typescript
git-subtree-split: e665be068b9d2baa65f37fd7c2f69f68f77e57b9
2024-10-16 16:22:14 -07:00
2024-10-15 11:01:17 -07:00
2024-10-15 11:01:17 -07:00
2024-10-15 10:46:23 -07:00
2024-10-08 10:19:06 -07:00
2024-10-07 16:28:11 -07:00
2024-10-07 16:28:11 -07:00
2024-10-15 11:01:17 -07:00
2024-10-15 11:01:17 -07:00
2024-10-15 11:01:17 -07:00

MCP Inspector

The MCP inspector is a developer tool for testing and debugging MCP servers.

Setup:

yarn

You can run it in dev mode via:

yarn dev

This will start both the client and server.

To run in production mode:

yarn build
yarn start
Description
Visual testing tool for MCP servers
Readme 3.7 MiB
Languages
TypeScript 85.7%
JavaScript 13.1%
CSS 0.9%
Dockerfile 0.2%