From 9a53374d701d8fcf4126090874157cfcad8a54dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot] (aider)" Date: Fri, 23 May 2025 18:00:51 +0000 Subject: [PATCH] chore: add congratulatory comment for MCP integration --- backend/windmill-api/src/mcp.rs | 2 ++ 1 file changed, 2 insertions(+) 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;