Test MCP Server
Geliştirme ve test amaçlı olarak Node.js ile uygulanmış örnek bir MCP sunucusu.
Dokümantasyon
Config MCP client:
# claude_desktop_config.json
{
"mcpServers": {
"Sona": {
"command": "node",
"args": ["ABSOLUTE_PATH/test-mcp-server/build/index.js"]
}
}
}
Apply code changes:
npm run build