[PR #33] [MERGED] feat: Added support for SSE transport for MCP servers. #35

Closed
opened 2026-02-27 13:59:58 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GH05TCREW/pentestagent/pull/33
Author: @famez
Created: 2/22/2026
Status: Merged
Merged: 2/22/2026
Merged by: @GH05TCREW

Base: mainHead: main


📝 Commits (1)

  • 86aa316 feat: Added support for SSE transport for MCP servers.

📊 Changes

21 files changed (+309 additions, -275 deletions)

View changed files

mcp_examples/sse/README.md (+4 -0)
mcp_examples/sse/n8n/README.md (+47 -0)
mcp_examples/sse/n8n/docker-compose.yml (+22 -0)
mcp_examples/sse/n8n/image-1.png (+0 -0)
mcp_examples/sse/n8n/image-2.png (+0 -0)
mcp_examples/sse/n8n/image-3.png (+0 -0)
mcp_examples/sse/n8n/image.png (+0 -0)
mcp_examples/sse/n8n/mcp_servers.json (+8 -0)
mcp_examples/stdio/README.md (+4 -0)
📝 mcp_examples/stdio/kali/Dockerfile (+1 -1)
📝 mcp_examples/stdio/kali/README.md (+0 -0)
📝 mcp_examples/stdio/kali/docker-compose.yml (+0 -0)
📝 mcp_examples/stdio/kali/image-1.png (+0 -0)
📝 mcp_examples/stdio/kali/image.png (+0 -0)
📝 mcp_examples/stdio/kali/mcp_servers.json (+1 -1)
📝 pentestagent/interface/main.py (+1 -1)
📝 pentestagent/interface/tui.py (+52 -24)
📝 pentestagent/mcp/__init__.py (+3 -3)
pentestagent/mcp/discovery.py (+0 -204)
📝 pentestagent/mcp/manager.py (+114 -31)

...and 1 more files

📄 Description

Tested with n8n MCP server node.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GH05TCREW/pentestagent/pull/33 **Author:** [@famez](https://github.com/famez) **Created:** 2/22/2026 **Status:** ✅ Merged **Merged:** 2/22/2026 **Merged by:** [@GH05TCREW](https://github.com/GH05TCREW) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`86aa316`](https://github.com/GH05TCREW/pentestagent/commit/86aa316007f193ef70b862c48a9dd8da1ee09fca) feat: Added support for SSE transport for MCP servers. ### 📊 Changes **21 files changed** (+309 additions, -275 deletions) <details> <summary>View changed files</summary> ➕ `mcp_examples/sse/README.md` (+4 -0) ➕ `mcp_examples/sse/n8n/README.md` (+47 -0) ➕ `mcp_examples/sse/n8n/docker-compose.yml` (+22 -0) ➕ `mcp_examples/sse/n8n/image-1.png` (+0 -0) ➕ `mcp_examples/sse/n8n/image-2.png` (+0 -0) ➕ `mcp_examples/sse/n8n/image-3.png` (+0 -0) ➕ `mcp_examples/sse/n8n/image.png` (+0 -0) ➕ `mcp_examples/sse/n8n/mcp_servers.json` (+8 -0) ➕ `mcp_examples/stdio/README.md` (+4 -0) 📝 `mcp_examples/stdio/kali/Dockerfile` (+1 -1) 📝 `mcp_examples/stdio/kali/README.md` (+0 -0) 📝 `mcp_examples/stdio/kali/docker-compose.yml` (+0 -0) 📝 `mcp_examples/stdio/kali/image-1.png` (+0 -0) 📝 `mcp_examples/stdio/kali/image.png` (+0 -0) 📝 `mcp_examples/stdio/kali/mcp_servers.json` (+1 -1) 📝 `pentestagent/interface/main.py` (+1 -1) 📝 `pentestagent/interface/tui.py` (+52 -24) 📝 `pentestagent/mcp/__init__.py` (+3 -3) ➖ `pentestagent/mcp/discovery.py` (+0 -204) 📝 `pentestagent/mcp/manager.py` (+114 -31) _...and 1 more files_ </details> ### 📄 Description Tested with n8n MCP server node. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-27 13:59:58 -05:00
yindo closed this issue 2026-02-27 13:59:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yindo/pentestagent#35