feat: add Model Context Protocol (MCP) SSE endpoint

Co-authored-by: aider (openai/andrew/openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-08-23 12:57:00 -03:00
parent f2eabd65b0
commit 925c978bbc
7 changed files with 622 additions and 1 deletions

View File

@@ -16,8 +16,10 @@ use crate::config;
pub mod common;
mod api;
mod pages;
mod mcp;
pub use common::{AppState, logging_middleware, create_auth_middleware};
pub use mcp::KeepMcpServer;
pub fn mode_server(
_cmd: &mut Command,