site-id. Copy this configuration for IDE integration.mcp.json file:{
"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> with your on-premise server's API address (starting with http:// or https://). Ensure network access to www.npmjs.com.