mirror of
https://gitea.ingwaz.work/Ingwaz/openbrain-mcp.git
synced 2026-03-31 14:49:06 +00:00
Fix MCP transport compatibility and batch_store e2e coverage
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user