{"name":"MCP User Server","version":"1.0.0","description":"Model Context Protocol server for user and course management","transport":"StreamableHTTP (SSE + JSON-RPC)","endpoints":{"POST /mcp":"Inicialización y mensajes JSON-RPC","GET /mcp":"Stream SSE (requiere Mcp-Session-Id header)","DELETE /mcp":"Terminar sesión (requiere Mcp-Session-Id header)","GET /":"Esta documentación","GET /health":"Health check"},"usage":{"initialize":"POST http://localhost:4001/mcp with {\"jsonrpc\":\"2.0\",\"method\":\"initialize\",...}","sse":"GET http://localhost:4001/mcp with header \"Mcp-Session-Id: <SESSION_ID>\""},"tools":{"available":["buscar_todos_los_intereses","buscar_cursos_por_interes","listar_cursos_activos","enviar_correo_usuario","ask_faq"],"total":5,"categories":{"courses_management":["buscar_cursos_por_interes","listar_cursos_activos"],"tags_management":["buscar_todos_los_intereses"],"communication":["enviar_correo_usuario"],"support":["ask_faq"]}},"features":{"database":"MySQL with connection pooling","logging":"Structured logging with levels","architecture":"Modular and scalable"}}