mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[PR #307] [MERGED] docs(rfc): propose MCP client integration design #312
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/vxcontrol/pentagi/pull/307
Author: @mason5052
Created: 5/8/2026
Status: ✅ Merged
Merged: 5/27/2026
Merged by: @asdek
Base:
feature/next-release← Head:codex/issue-296-mcp-client-rfc📝 Commits (2)
ba8a687docs(rfc): propose MCP client integration design5af9028docs(rfc): address Copilot review feedback on MCP client RFC📊 Changes
1 file changed (+454 additions, -0 deletions)
View changed files
➕
examples/proposals/mcp_client_integration.md(+454 -0)📄 Description
Summary
Adds a single docs-only RFC at
examples/proposals/mcp_client_integration.mdthat proposes how PentAGI could support external Model Context Protocol (MCP) servers as a first-class tool source, with Burp Suite Pro MCP as the motivating example from #296. No runtime, dependency, GraphQL/REST schema, generated, compose, or installer changes are included. The implementation work is intentionally deferred so the design can be reviewed first.Problem
Issue #296 proposes a generic MCP client and, in its current form, leans toward auto-discovering and exposing every MCP-advertised tool to every agent by default. That direction has the same shape as the patterns pushed back on during PR #268 review: implicit lifecycle, weak operator visibility, and limited operator control over what agents can reach. Before any MCP runtime lands, a written design surface is needed so the maintainer team can push back on shape, scope, transport, and security boundaries.
Solution
Add one new proposal document under the maintainer's relocated proposals path (
examples/proposals/, established in commit47de4e4and used byevidence_chain.mdandosint-integration-scenarios.md). The RFC is structured into the following sections:Notable framing choices in the RFC:
mcp.<server>.<tool>), bounded timeouts and payload sizes, secret redaction, and audit parity with native tools.mcp-serverrepo from the issue body and sketches how a host-side Burp instance could be reached from the Kali container viahost.docker.internal, with active scan tools gated behind allowlist plus target scope.Schema, GraphQL, REST, and UI implications are explicitly deferred to a later implementation PR rather than pre-decided here.
User Impact
Test Plan
git diff --statshows exactly one new file,examples/proposals/mcp_client_integration.md.git diff --checkis clean (no whitespace errors).Refs #296
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.