From 22efd3487f8f87fc283cbe66def0b54ce3b77cfa Mon Sep 17 00:00:00 2001 From: Muhammad Osama Date: Thu, 10 Jul 2025 23:52:24 +0500 Subject: [PATCH] json fix --- README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3cde996..d66fb66 100644 --- a/README.md +++ b/README.md @@ -462,11 +462,7 @@ Create/edit VS Code settings file `~/.vscode/settings.json` or workspace `.vscod "--server", "http://localhost:5000" ], - "description": "HexStrike AI v5.0 - Advanced Cybersecurity Automation Platform", - "timeout": 300, - "env": { - "HEXSTRIKE_SERVER": "http://localhost:5000" - } + "description": "HexStrike AI v5.0 - Advanced Cybersecurity Automation Platform" } } } @@ -518,12 +514,7 @@ Create/edit Cursor settings file `~/.cursor/mcp_settings.json`: "--server", "http://localhost:5000" ], - "description": "HexStrike AI v5.0 - Advanced Cybersecurity Automation Platform", - "timeout": 300, - "env": { - "HEXSTRIKE_SERVER": "http://localhost:5000" - }, - "alwaysAllow": [] + "description": "HexStrike AI v5.0 - Advanced Cybersecurity Automation Platform" } } }