Test MCP Server

一個以 Node.js 實作的範例 MCP 伺服器,用於開發與測試用途。

文件

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