I have configured the mcp server with the following settings, but all tools are returning 422 errors
"apidog": {
"command": "npx",
"args": ["-y", "apidog-mcp-server@latest", "--project-id=xxxxxx"],
"env": {
"APIDOG_ACCESS_TOKEN": "APS-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}