Model Context Protocol implementation for TypeScript
| Tool name | Description | Destructive? |
|---|---|---|
| greet | ✓ no | |
| multi-greet | ✓ no | |
| collect-user-info | ✓ no | |
| start-notification-stream | ✓ no | |
| test-tool | ✓ no |
{
"mcpServers": {
"vpr99modelcontextprotocol-sdk": {
"command": "npx",
"args": [
"-y",
"@vpr99/modelcontextprotocol-sdk"
]
}
}
}