docs: removed experimental mcp messaging - #2337
Merged
nickytonline merged 3 commits intoJul 30, 2026
Merged
Conversation
✅ Deploy Preview for pomerium-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryRemoves outdated experimental-feature warnings and explicit
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains.
|
| Filename | Overview |
|---|---|
| content/docs/guides/mcp-bridge.mdx | Replaces the obsolete experimental image/runtime-flag prerequisite and removes the production-use warning. |
| content/docs/capabilities/mcp/delegate-mcp-to-llm.mdx | Removes the MCP runtime flag from the example and the experimental-feature warning. |
| content/docs/capabilities/mcp/develop-mcp-app.mdx | Removes the now-unnecessary MCP runtime flag from the deployment example. |
| content/docs/capabilities/mcp/mcp-upstream-oauth.mdx | Removes runtime-flag configuration and experimental messaging from upstream OAuth examples. |
| content/docs/capabilities/mcp/protect-mcp-server.mdx | Removes the obsolete runtime flag and experimental warning from the protected-server guide. |
| content/docs/capabilities/mcp/reference.mdx | Removes the reference-page warning that characterized MCP as experimental and required explicit enablement. |
Reviews (3): Last reviewed commit: "docs: copy update" | Re-trigger Greptile
Pre-v0.33.0 Pomerium builds still require runtime_flags.mcp: true; the default :latest image (v0.33.0+) enables it by default. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
nickytonline
commented
Jul 30, 2026
desimone
approved these changes
Jul 30, 2026
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
Removes messaging around MCP support being experimental as it's on by default now as of v0.30 (see pomerium/pomerium#6521).
Related
Closes ENG-4296
Relates to ENG-4168
AI disclosure
Removed the mcp runtime flag references and warnings manually and then had Claude (Sonnet 5) scan the docs repo for mentions of experimental mcp use.
Checklist