comment out in progress mcp agent to avoid confusion

This commit is contained in:
martin legrand
2025-05-06 22:39:15 +02:00
4 changed files with 56 additions and 47 deletions
+1 -2
View File
@@ -35,8 +35,7 @@ class McpAgent(Agent):
"""
api_key_mcp_finder = os.getenv("MCP_FINDER_API_KEY")
if not api_key_mcp_finder or api_key_mcp_finder == "":
pretty_print("MCP Finder API key not found. Please set the MCP_FINDER_API_KEY environment variable.", color="failure")
pretty_print("MCP Finder disabled.", color="failure")
pretty_print("MCP Finder disabled.", color="warning")
self.enabled = False
return {
"mcp_finder": api_key_mcp_finder