HTTP Endpoint & Routing
Built-In Endpoint
POST http://localhost/~bxai/mcp.bxm# Query parameter
POST http://localhost/~bxai/mcp.bxm?server=myApp
# URL segment
POST http://localhost/~bxai/mcp.bxm/myAppDiscovery (GET)
curl http://localhost/~bxai/mcp.bxm?server=myApp{
"jsonrpc": "2.0",
"result": {
"protocolVersion": "2024-11-05",
"capabilities": {
"tools": {},
"resources": {},
"prompts": {}
},
"serverInfo": {
"name": "myApp",
"version": "1.0.0"
}
}
}Custom Entry Points
Custom Routing Examples
Secured Admin Endpoint
API Versioned Endpoint
Multi-Server Router
MCPRequestProcessor
Static Server Management
Use Cases
Custom Routing
Framework Integration
Security
Testing
With curl
With Postman
Next Steps
Last updated