Servers
mpc-test
@Jazz-Man
MCP server that exercises all the features of the MCP protocol
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mpc-test": {
"command": "bun",
"args": [
"run",
"index.ts"
]
}
}
}