Skip to content

[Bug]HexStrike-AI Community Error #423

Description

@LRZX36

Describe the bug
Same command is available in TraeCN but not available in 5ire

To Reproduce
Steps to reproduce the behavior:

  1. Open 5ire 0.15.4
  2. Add local Tools
  3. not available

Expected behavior
Just not available.Display a red icon.

Screenshots

Image

Desktop (please complete the following information):

  • OS: Kali Linux
  • Version 0.15.4

Additional context
5ire config:

{
  "id": "dfde223a-7aa0-43d5-8a3a-83a8158028b8",
  "lebel": "HexStrike-AI",
  "description": "HexStrike AI Community Edition",
  "type": "local",
  "command": "/home/HexStrike-AI/hexstrike-env/bin/python3",
  "arguments": [
    "/home/HexStrike-AI/hexstrike_mcp.py",
    "--server",
    "http://127.0.0.1:8888",
    "--profile",
    "full"
  ],
  "env": {},
  "approval_policy": "always",
  "is_active": true
}

Trae config:

{
  "mcpServers": {
    "hexstrike": {
      "command": "/home/HexStrike-AI/hexstrike-env/bin/python3",
      "args": [
        "/home/HexStrike-AI/hexstrike_mcp.py",
        "--server",
        "http://localhost:8888",
        "--profile",
        "full"
      ]
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions