diff --git a/sources/tools/mcpFinder.py b/sources/tools/mcpFinder.py index cbca5dc..1666786 100644 --- a/sources/tools/mcpFinder.py +++ b/sources/tools/mcpFinder.py @@ -76,7 +76,7 @@ class MCP_finder(Tools): try: matching_mcp_infos = self.find_mcp_servers(block_clean) except requests.exceptions.RequestException as e: - output += "Connection failed. Is the API key in environement?\n" + output += "Connection failed. Is the API key in environment?\n" continue except Exception as e: output += f"Error: {str(e)}\n" @@ -118,4 +118,4 @@ if __name__ == "__main__": result = tool.execute([""" stock """], False) - print(result) \ No newline at end of file + print(result)