Squashed 'packages/mcp-typescript/' changes from e665be0..7d70db8

7d70db8 Merge pull request #20 from modelcontextprotocol/ashwin/progress
65a8613 fix schema definitions for RequestSchema

git-subtree-dir: packages/mcp-typescript
git-subtree-split: 7d70db805740c53f21153d72be6f34d70818a9da
This commit is contained in:
Ashwin Bhat
2024-10-17 08:10:26 -07:00
parent 23ca80ed66
commit cc1bf029fa
134 changed files with 4659 additions and 7709 deletions

View File

@@ -1,24 +1,2 @@
# MCP Inspector
The MCP inspector is a developer tool for testing and debugging MCP servers.
Setup:
```bash
yarn
```
You can run it in dev mode via:
```bash
yarn dev
```
This will start both the client and server.
To run in production mode:
```bash
yarn build
yarn start
```
# mcp-typescript
TypeScript implementation of the Model Context Protocol