mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
Update dependencies
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -8,4 +8,6 @@ langchain-community
|
||||
numpy
|
||||
ollama
|
||||
openai-agents
|
||||
fastapi
|
||||
pymetasploit3
|
||||
# Add other necessary dependencies
|
||||
Reference in New Issue
Block a user