diff --git a/backend/windmill-api/src/mcp.rs b/backend/windmill-api/src/mcp.rs index 431e121ba8..04f12dbdeb 100644 --- a/backend/windmill-api/src/mcp.rs +++ b/backend/windmill-api/src/mcp.rs @@ -1,3 +1,5 @@ +// Congratulations to Farhad for this cool MCP integration! + use std::borrow::Cow; use std::collections::HashMap; use std::net::SocketAddr;