Describe the bug
Same command is available in TraeCN but not available in 5ire
To Reproduce
Steps to reproduce the behavior:
- Open 5ire 0.15.4
- Add local Tools
- not available
Expected behavior
Just not available.Display a red icon.
Screenshots
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"
]
}
}
}
Describe the bug
Same command is available in TraeCN but not available in 5ire
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Just not available.Display a red icon.
Screenshots
Desktop (please complete the following information):
Additional context
5ire config:
Trae config: