Dev server with hot reload for mctx MCP servers
| Tool name | Description | Destructive? |
|---|---|---|
| greet | ✓ no | |
| my-tool | ✓ no | |
| add | ✓ no | |
| probe | ✓ no | |
| asker | ✓ no |
| echo | ✓ no | |
| noSend | ✓ no | |
| multiSend | ✓ no | |
| sendUndefined | ✓ no | |
| sendThenThrow | ✓ no | |
| throwBeforeSend | ✓ no | |
| progressTool | ✓ no | |
| progressCurrentOnly | ✓ no | |
| progressZero | ✓ no | |
| inspectAsk | ✓ no | |
| captureUserId | ✓ no | |
| captureReq | ✓ no | |
| noInput | ✓ no | |
| invalid | ✓ no | |
| deleteRecords⚠ | ⚠ yes | |
| readConfig | ✓ no | |
| listRecords | ✓ no | |
| getData | ✓ no | |
| asyncTool | ✓ no | |
| errorTool | ✓ no | |
| test | ✓ no | |
| circular | ✓ no | |
| bigint | ✓ no | |
| date | ✓ no | |
| test-tool | ✓ no | |
| whoami | ✓ no |
{
"mcpServers": {
"mctx-aidev": {
"command": "npx",
"args": [
"-y",
"@mctx-ai/dev"
]
}
}
}