Skip to content

Refactor MCP Permissions documentation to Agent Security terminology#610

Open
danyi1212 wants to merge 1 commit intomasterfrom
dan/per-13548-agentsecurity-write-docs-for-agentsecurity
Open

Refactor MCP Permissions documentation to Agent Security terminology#610
danyi1212 wants to merge 1 commit intomasterfrom
dan/per-13548-agentsecurity-write-docs-for-agentsecurity

Conversation

@danyi1212
Copy link
Contributor

Updated titles, descriptions, and content across multiple files to reflect the rebranding from MCPermit to Agent Security. Enhanced clarity on the architecture, setup, and core concepts of the Agent Security framework, ensuring consistency in terminology and improving user guidance for implementation.

Updated titles, descriptions, and content across multiple files to reflect the rebranding from MCPermit to Agent Security. Enhanced clarity on the architecture, setup, and core concepts of the Agent Security framework, ensuring consistency in terminology and improving user guidance for implementation.
Copilot AI review requested due to automatic review settings February 10, 2026 14:31
@linear
Copy link

linear bot commented Feb 10, 2026

@netlify
Copy link

netlify bot commented Feb 10, 2026

Deploy Preview for permitio-docs ready!

Name Link
🔨 Latest commit 2e0fc0c
🔍 Latest deploy log https://app.netlify.com/projects/permitio-docs/deploys/698b412f27a88300080a1324
😎 Deploy Preview https://deploy-preview-610--permitio-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Refactors the MCP Permissions documentation to consistently use the new “Agent Security” terminology and updates content to better explain the product’s architecture, setup, and concepts.

Changes:

  • Renamed MCPermit/MCP Permissions terminology to Agent Security across docs pages.
  • Reworked “Getting Started” guide to match the hosted gateway flow (hosts, imports, consent, trust levels).
  • Updated architecture docs to reflect trust-level authorization model and “coming soon” features.

Reviewed changes

Copilot reviewed 4 out of 6 changed files in this pull request and generated 5 comments.

File Description
docs/ai-security/mcp-permissions/overview.mdx Rebrands overview page and aligns messaging with Agent Security terminology/capabilities.
docs/ai-security/mcp-permissions/index.mdx Updates section landing page titles/labels/links and refreshes core concept bullets.
docs/ai-security/mcp-permissions/guide.mdx Replaces prior MCPermit user guide with an Agent Security hosted setup + consent + trust-level walkthrough.
docs/ai-security/mcp-permissions/architecture.mdx Updates architecture narrative/diagrams to match Agent Security gateway + trust-level auth model and roadmap.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

| **Hosting Platform** | Building a multi-tenant MCP SaaS | MCPermit baked into ingress; tenants consume via hosted endpoints |
| Pattern | When to Use | How It Works | Status |
| ------------------------- | -------------------------------- | ----------------------------------------------------------------- | ------ |
| **Hosted Gateway** | Fastest rollout; SaaS workloads | Point agents/servers to `https://<host>.agent.security` | Available |
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The hosted gateway URL shown here omits the /mcp path, but elsewhere (e.g., the Getting Started guide) the MCP endpoint is https://<host>.agent.security/mcp. This mismatch is likely to cause misconfiguration; update the URL in this table (or clarify base vs MCP endpoint) to be consistent.

Suggested change
| **Hosted Gateway** | Fastest rollout; SaaS workloads | Point agents/servers to `https://<host>.agent.security` | Available |
| **Hosted Gateway** | Fastest rollout; SaaS workloads | Point agents/servers to `https://<host>.agent.security/mcp` | Available |

Copilot uses AI. Check for mistakes.
description: A comprehensive guide to implementing and managing permissions for Model Context Protocol (MCP) servers
sidebar_position: 3
description: Set up and manage Agent Security to audit and enforce permissions on MCP server access for your organization.
sidebar_position: 1
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sets the guide to sidebar_position: 1, which conflicts with the Overview page also being position 1 in this section. To avoid ambiguous/unstable ordering in the sidebar, assign a unique position (e.g., keep Overview=1, Architecture=2, Getting Started=3).

Suggested change
sidebar_position: 1
sidebar_position: 3

Copilot uses AI. Check for mistakes.
### Policy Architecture

MCPermit automatically generates Google-Zanzibar-inspired ReBAC (Relationship based Access Control) policies based on:
Agent Security automatically generates Google-Zanzibar-inspired ReBAC (Relationship based Access Control) policies based on:
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hyphenate the compound modifier: change 'Relationship based' to 'Relationship-based' for correct grammar.

Suggested change
Agent Security automatically generates Google-Zanzibar-inspired ReBAC (Relationship based Access Control) policies based on:
Agent Security automatically generates Google-Zanzibar-inspired ReBAC (Relationship-based Access Control) policies based on:

Copilot uses AI. Check for mistakes.
- If the server requires authentication, you'll be redirected to sign in with the upstream provider
- If the provider doesn't support automatic client registration, you'll need to enter OAuth credentials (Client ID / Secret) manually
3. Review the discovered tools:
- Each tool is auto-classified with a trust level based on its name (see [trust level reference](#trust-level-reference))
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar: 'Each tool ... based on its name' is awkward in context (tools plural overall). Consider changing 'its name' to 'its name pattern' or (if referring to tools collectively) 'their names'.

Suggested change
- Each tool is auto-classified with a trust level based on its name (see [trust level reference](#trust-level-reference))
- Each tool is auto-classified with a trust level based on its name pattern (see [trust level reference](#trust-level-reference))

Copilot uses AI. Check for mistakes.
# Getting Started with Agent Security

MCPermit provides a secure permissions layer for Model Context Protocol (MCP) servers, enabling fine-grained access control, authentication, and audit capabilities for AI agents.
Agent Security Gateway is a managed proxy between MCP clients (Cursor, Claude Desktop, VS Code, and others) and upstream MCP servers.
Copy link

Copilot AI Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence reads like it’s missing an article; consider 'The Agent Security Gateway is ...' for smoother, more standard phrasing (and to match the more formal tone used elsewhere in the docs).

Suggested change
Agent Security Gateway is a managed proxy between MCP clients (Cursor, Claude Desktop, VS Code, and others) and upstream MCP servers.
The Agent Security Gateway is a managed proxy between MCP clients (Cursor, Claude Desktop, VS Code, and others) and upstream MCP servers.

Copilot uses AI. Check for mistakes.
@argos-ci
Copy link

argos-ci bot commented Feb 10, 2026

The latest updates on your projects. Learn more about Argos notifications ↗︎

Build Status Details Updated (UTC)
default (Inspect) ⚠️ Changes detected (Review) 4 changed Feb 10, 2026, 2:42 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant