mirror of
https://github.com/0x4m4/hexstrike-ai.git
synced 2026-02-10 14:03:03 +00:00
json fix for copilot
This commit is contained in:
22
README.md
22
README.md
@@ -368,16 +368,18 @@ Edit `~/.config/Claude/claude_desktop_config.json`:
|
||||
**Configure VS Code settings** in `.vscode/settings.json`:
|
||||
```json
|
||||
{
|
||||
"mcp.servers": {
|
||||
"hexstrike-ai": {
|
||||
"command": "python3",
|
||||
"args": [
|
||||
"/path/to/hexstrike-ai/hexstrike_mcp.py",
|
||||
"--server", "http://localhost:5000"
|
||||
],
|
||||
"description": "HexStrike AI MCP Agents v5.0"
|
||||
}
|
||||
}
|
||||
"servers": {
|
||||
"hexstrike": {
|
||||
"type": "stdio",
|
||||
"command": "python3",
|
||||
"args": [
|
||||
"/path/to/hexstrike-ai/hexstrike_mcp.py",
|
||||
"--server",
|
||||
"http://localhost:5000"
|
||||
]
|
||||
}
|
||||
},
|
||||
"inputs": []
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user