docs: remove mcp sse endpoint from openapi documentation

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-28 16:47:43 -03:00
parent 10c7ab9679
commit 51db54e0aa

View File

@@ -29,7 +29,6 @@ use utoipa_swagger_ui::SwaggerUi;
item::handle_get_item_latest_content,
item::handle_get_item_meta,
item::handle_get_item_content,
mcp::handle_mcp_sse,
),
components(
schemas(
@@ -46,7 +45,6 @@ use utoipa_swagger_ui::SwaggerUi;
tags(
(name = "status", description = "System status and health check endpoints"),
(name = "item", description = "Item management endpoints for storing, retrieving, and managing content with metadata"),
(name = "mcp", description = "Model Context Protocol endpoints for AI tool integration")
),
servers(
(url = "/", description = "Local server")