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`:
|
**Configure VS Code settings** in `.vscode/settings.json`:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcp.servers": {
|
"servers": {
|
||||||
"hexstrike-ai": {
|
"hexstrike": {
|
||||||
"command": "python3",
|
"type": "stdio",
|
||||||
"args": [
|
"command": "python3",
|
||||||
"/path/to/hexstrike-ai/hexstrike_mcp.py",
|
"args": [
|
||||||
"--server", "http://localhost:5000"
|
"/path/to/hexstrike-ai/hexstrike_mcp.py",
|
||||||
],
|
"--server",
|
||||||
"description": "HexStrike AI MCP Agents v5.0"
|
"http://localhost:5000"
|
||||||
}
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"inputs": []
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user