docs: use MCP Guard and Agent Guard product names#2
Merged
Conversation
Align demo READMEs with official product branding: - 'MCP Server Identity' → 'MCP Guard' - 'A2A Agents' / 'A2A Agent Demos' → 'Agent Guard Demos' - 'MCP Demo' → 'MCP Guard' in architecture diagram - mcp-demo title: 'CapiscIO MCP Demo' → 'CapiscIO MCP Guard Demo'
There was a problem hiding this comment.
Pull request overview
Re-applies the official product branding (“MCP Guard” and “Agent Guard”) across the repo’s demo documentation after it was lost during conflict resolution.
Changes:
- Renames the main README demo links and section headings to “MCP Guard Demo” and “Agent Guard Demos”.
- Updates the README project structure notes and architecture diagram labels to use the new product names.
- Updates
mcp-demo/README.mdtitle to “CapiscIO MCP Guard Demo”.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
README.md |
Updates demo names/headings and related structure/diagram labels to “MCP Guard” / “Agent Guard”. |
mcp-demo/README.md |
Renames the README title to “CapiscIO MCP Guard Demo”. |
Comments suppressed due to low confidence (1)
README.md:196
- In the Project Structure code block, the comment for
mcp-demo/README.mdstill says "Detailed MCP demo docs". Since this PR renames the demo to "MCP Guard", update that description to match the new branding for consistency.
├── mcp-demo/ # MCP Guard demo
│ ├── server/main.py # Guarded MCP filesystem server
│ ├── client/main.py # Client with server verification
│ ├── docker-compose.yml # Full stack orchestration
│ └── README.md # Detailed MCP demo docs
| │ │ | ||
| ┌──────┴──────┐ ┌──────────┴──────────┐ | ||
| │ A2A Agents │ │ MCP Demo │ | ||
| │Agent Guard │ │ MCP Guard │ |
There was a problem hiding this comment.
The architecture diagram label │Agent Guard │ looks misaligned compared to the surrounding box formatting (missing the leading space used elsewhere). Consider adjusting spacing so the label is consistently padded/centered like the other diagram text.
Suggested change
| │Agent Guard │ │ MCP Guard │ | |
| │ Agent Guard │ │ MCP Guard │ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The branding commit from PR #1 was lost during merge conflict resolution. This re-applies the official product names.
Changes
## 🔒 MCP Server Identity Demo## 🔒 MCP Guard Demo## 🤖 A2A Agent Demos## 🤖 Agent Guard DemosContext
These names match the marketing copy on the website (
capiscio/apps/web) and the companion PRs: