Server is running and ready for MCP connections.
/sse - SSE endpoint for MCP connections (requires OAuth token)/.well-known/oauth-protected-resource - OAuth2 Resource Metadata (RFC 9728)/.well-known/openid-configuration - OAuth Discovery/authorize - OAuth authorization endpoint (proxies to Cognito)/token - OAuth token endpoint (proxies to Cognito)/register - Dynamic client registration/health - Health CheckAdd this to your MCP client configuration:
{
"mcpServers": {
"bdcore": {
"url": "https://mcp.mpetrovic.sandbox.bizzdesign.dev/sse"
}
}
}
The client will automatically discover OAuth settings via /.well-known/oauth-protected-resource.