mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-07-25 10:45:23 -04:00
[PR #28] [MERGED] MCP improvements #29
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/GH05TCREW/pentestagent/pull/28
Author: @famez
Created: 2/12/2026
Status: ✅ Merged
Merged: 2/12/2026
Merged by: @GH05TCREW
Base:
main← Head:main📝 Commits (10+)
c5f1d7fRemoved MCP cleanup.be05e92Fix: Connected attribute was not properly set.7524e75If there are errors during the MCP set up, show it in the MCP tree view.b80fd23Added enabled toggle buttonfcda823Removed enabled text (leave just the enable button).498038cAdded enabling/disabling MCP servers from the MCP list command via the MCPScreen (Modal Screen). Updating availability of tools to agent accordingly.67bb1f5Added extra logs from stderr on commands on the /mcp list command. Allows more visibility for MCP connections.44daa88Merge branch 'GH05TCREW:main' into maina56dc2cMerge branch 'GH05TCREW:main' into devfd7c7d0Added MCP configuration examples.📊 Changes
13 files changed (+321 additions, -77 deletions)
View changed files
📝
.gitignore(+3 -0)➖
MCP-CLEANUP-NOTE.md(+0 -15)➕
mcp_examples/README.md(+4 -0)➕
mcp_examples/kali/Dockerfile(+19 -0)➕
mcp_examples/kali/README.md(+48 -0)➕
mcp_examples/kali/docker-compose.yml(+21 -0)➕
mcp_examples/kali/image-1.png(+0 -0)➕
mcp_examples/kali/image.png(+0 -0)➕
mcp_examples/kali/mcp_servers.json(+8 -0)📝
pentestagent/agents/base_agent.py(+12 -0)📝
pentestagent/interface/tui.py(+121 -59)📝
pentestagent/mcp/manager.py(+49 -3)📝
pentestagent/mcp/transport.py(+36 -0)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.