From eb5d95b38dd6b78ea201ec2600d91c7d747abebb Mon Sep 17 00:00:00 2001 From: GH05TCREW Date: Thu, 15 May 2025 20:50:01 -0600 Subject: [PATCH] Update dependencies --- README.md | 2 +- requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 498bd41..ef6c1eb 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ This configuration uses OpenAI's API for both the language model and embeddings ## Configuration File (`mcp.json`) -This file is used to define MCP servers that the AI assistant can connect to and use. Each server entry should include: +This file is used to define MCP servers that the AI assistant can connect to and use. Most MCP servers require Node.js to be installed on your system. Each server entry should include: - `name`: Unique name of the server. - `params`: Parameters needed to start the server, usually including `command` and `args`. - `cache_tools_list`: Whether to cache the tools list. diff --git a/requirements.txt b/requirements.txt index ec83fcb..8560bec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,6 @@ langchain-community numpy ollama openai-agents +fastapi +pymetasploit3 # Add other necessary dependencies \ No newline at end of file