site-id。复制此配置以用于 IDE 集成。mcp.json 文件中:{
"mcpServers": {
"apidog-site-123456": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--site-id=123456"
]
}
}
}Please fetch API documentation via MCP and tell me how many endpoints exist in the project.<site-id>。{
"mcpServers": {
"apidog-site-123456": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--site-id=123456",
"--apidog-api-base-url=<your-server-url>"
]
}
}
}<your-server-url> 替换为你的私有化服务器 API 地址(以 http:// 或 https:// 开头)。确保能够访问 www.npmjs.com 网络。