<access-token> in the configuration<project-id> in the configurationmcp.json file. Replace <access-token> and <project-id> with your actual values:{
"mcpServers": {
"API specification": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--project=<project-id>"
],
"env": {
"APIDOG_ACCESS_TOKEN": "<access-token>"
}
}
}
}Please fetch API specification via MCP and tell me how many endpoints exist in the project<access-token> and <project-id> with your personal Apidog API access token and project ID.<project-id>."APIDOG_ACCESS_TOKEN": "<access-token>" from the configurationAPIDOG_ACCESS_TOKEN as an environment variable on each team member's machine{
"mcpServers": {
"API specification": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--project=<project-id>",
"--apidog-api-base-url=<your-server-url>"
],
"env": {
"APIDOG_ACCESS_TOKEN": "<access-token>"
}
}
}
}<your-server-url> with your on-premise server's API address (starting with http:// or https://). Ensure network access to www.npmjs.com.