Fix MCP transport compatibility and batch_store e2e coverage

This commit is contained in:
Agent Zero
2026-03-22 03:18:08 +00:00
parent d7140eb7f3
commit 26c96b41dd
5 changed files with 329 additions and 15 deletions

View File

@@ -130,7 +130,7 @@ pub async fn run_server(config: Config, db: Database) -> Result<()> {
let app = Router::new()
.merge(health_router)
.nest("/mcp", mcp_router)
.merge(mcp_router)
.layer(TraceLayer::new_for_http())
.layer(
CorsLayer::new()