๐Ÿš€ Xola MCP Server

Environment: {{ENVIRONMENT}}

Version: 1.0

Transport: HTTP with Streamable JSON

Status: โœ… Running

Tools Available: 211

Available Endpoints:

๐Ÿงช Debug Interface
Interactive tool testing and debugging interface
โค๏ธ Health Check
Server health status (JSON)
๐ŸŒŠ 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

  1. Visit /debug to test tools interactively
  2. Configure MCP clients to connect to http://localhost:8828/stream
  3. Use /connect for persistent streaming connections
  4. Use /health endpoint to monitor server status

Documentation

For setup instructions and client configuration examples, see the README.md file in the repository.