<access-token>을 대체할 토큰을 복사하십시오.<project-id>를 대체할 프로젝트 ID를 복사하십시오.mcp.json 파일에 다음 구성을 붙여 넣으십시오. <access-token> 및 <project-id>를 실제 값으로 대체하십시오.{
"mcpServers": {
"API specification": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--project-id=<project-id>"
],
"env": {
"APIDOG_ACCESS_TOKEN": "<access-token>"
}
}
}
}Please fetch API specification via MCP and tell me how many endpoints exist in the project