mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-07-25 10:45:23 -04:00
[PR #26] [MERGED] MCP tools stopped working after last commits as well as some other code (missing functions that caused exceptions and so on). #28
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/26
Author: @famez
Created: 2/6/2026
Status: ✅ Merged
Merged: 2/6/2026
Merged by: @GH05TCREW
Base:
main← Head:main📝 Commits (3)
9205fbdPreserve file permission after changing COPY clause in Dockerfile.0359bc3Merge branch 'GH05TCREW:main' into main8324009MCP tools were not loading, tried to change as few lines of code as possible to get it working again📊 Changes
4 files changed (+45 additions, -33 deletions)
View changed files
📝
Dockerfile(+1 -1)📝
pentestagent/agents/base_agent.py(+3 -0)📝
pentestagent/interface/tui.py(+40 -31)📝
pentestagent/mcp/manager.py(+1 -1)📄 Description
Hello,
I like your project, I discovered it on Christmas, I could try it a little bit, but when I wanted to use it seriously, I found out some issues (browser not being properly installed, some functions that were removed that launched exceptions, etc).
Now, I find out that MCP tools are not working anymore (at least, not as before).
I tried to modify the code for the MCP tools to be loaded again.
I don't still have visibility of the whole architecture, but I do modifications step by step to get it stable again.
Please, evaluate it, I also added a little commit to modify a little bug I did modifying Dockerfile where file permissions were not properly set.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.