https://petstore.swagger.io/v2/swagger.json)~/data/petstore/swagger.json){
"mcpServers": {
"API specification": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--oas=<oas-url-or-path>"
]
}
}
}<oas-url-or-path>를 다음 중 하나로 대체하십시오.https://petstore.swagger.io/v2/swagger.json)~/data/petstore/swagger.json)mcp.json 파일에 다음 구성을 추가하십시오. https://petstore.swagger.io/v2/swagger.json을 실제 OpenAPI 파일 경로 또는 URL로 대체하십시오.{
"mcpServers": {
"API specification": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--oas=https://petstore.swagger.io/v2/swagger.json"
]
}
}
}Please fetch API documentation via MCP and tell me how many endpoints exist in the project--oas 매개변수를 지정하십시오.{
"mcpServers": {
"Petstore API": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--oas=https://petstore.swagger.io/v2/swagger.json"
]
},
"Local API": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--oas=~/data/my-api/openapi.yaml"
]
}
}
}{
"mcpServers": {
"API specification": {
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--oas=<oas-url-or-path>",
"--apidog-api-base-url=<your-server-url>"
]
}
}
}<your-server-url>을 온프레미스 서버의 API 주소(http:// 또는 https://로 시작)로 대체하십시오. www.npmjs.com에 대한 네트워크 접근이 가능한지 확인하십시오.