Skip to main content
Version: Early Access

Troubleshooting

Common Issues

  • Connection refused

    • Verify your Release URL is accessible
    • Check firewall/proxy settings
    • Ensure the server is running
  • Authentication failed

    • Use Personal Access Token for token auth
    • Check token expiration
    • Verify API access permissions

Enable Debug Logging

Enable debug logging:

{
"env": {
"MCP_LOG_LEVEL": "DEBUG",
"MCP_ENABLE_FILE_LOGGING": "true"
}
}