{
  "service": "MEP MCP Server",
  "description": "Morocco Experience Protocol - Making tourism data AI-accessible",
  "version": "1.0.0",
  "status": "ready",
  "protocol": "Model Context Protocol (MCP)",
  "endpoints": {
    "health": "/health",
    "mcp": "/sse (POST only)"
  },
  "documentation": "https://docs.cometomorocco.com",
  "example": {
    "healthCheck": "GET /health",
    "mcpInitialize": "POST /sse with {\"jsonrpc\":\"2.0\",\"method\":\"initialize\",\"id\":1}"
  }
}