Hello, I’ve been trying to use the MCP ApiDog Europe with the VS Code Agent.
Here are my VS Code settings:
"mcp": {
"servers": {
"Homeys - API Dapi": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"apidog-mcp-server@latest",
"--project-id=***"
],
"env": {
"APIDOG_ACCESS_TOKEN": "***"
}
}
}
}
But the Copilot Agent responds with a 401 error. Could you help me resolve this issue?