Change typo
This commit is contained in:
@@ -8,7 +8,7 @@ A complete MCP (Model Context Protocol) solution consisting of:
|
|||||||
|
|
||||||
```
|
```
|
||||||
Cariddi/
|
Cariddi/
|
||||||
├── Cariddi/ # MCP Server implementation
|
├── mcpServer/ # MCP Server implementation
|
||||||
│ ├── main.py # FastMCP server entry point
|
│ ├── main.py # FastMCP server entry point
|
||||||
│ ├── modules/
|
│ ├── modules/
|
||||||
│ │ └── filesystem.py # Filesystem operation implementations
|
│ │ └── filesystem.py # Filesystem operation implementations
|
||||||
@@ -16,7 +16,7 @@ Cariddi/
|
|||||||
│ ├── Dockerfile
|
│ ├── Dockerfile
|
||||||
│ ├── docker-compose.yml
|
│ ├── docker-compose.yml
|
||||||
│ └── mcp.json # MCP server configuration
|
│ └── mcp.json # MCP server configuration
|
||||||
├── CariddiClient/ # MCP Client with Ollama
|
├── mcpClient/ # MCP Client with Ollama
|
||||||
│ ├── mcpClient.py # Main client implementation
|
│ ├── mcpClient.py # Main client implementation
|
||||||
│ └── requirements.txt
|
│ └── requirements.txt
|
||||||
└── challs/ # CTF challenges
|
└── challs/ # CTF challenges
|
||||||
|
|||||||
Reference in New Issue
Block a user