๐ Xola MCP Server
Environment: {{ENVIRONMENT}}
Version: 1.0
Transport: HTTP with Streamable JSON
Status: โ
Running
Tools Available: 211
Available Endpoints:
๐ Stream Endpoint: /stream
Streamable HTTP endpoint for MCP client connections (POST)
๐ Connect Endpoint: /connect
Connection endpoint for persistent streaming (GET)
๐ฌ Message Endpoint: /message
Message endpoint for MCP protocol communication (POST)
Quick Start
- Visit /debug to test tools interactively
- Configure MCP clients to connect to
http://localhost:8828/stream
- Use
/connect for persistent streaming connections
- Use
/health endpoint to monitor server status
Documentation
For setup instructions and client configuration examples, see the README.md file in the repository.