Conversation
Updates the MCP server documentation to include ChatGPT as a supported client and adds comprehensive setup instructions for the Authorization Code OAuth flow. Restructures authentication section to clearly distinguish between Authorization Code flow (for ChatGPT and Claude Code) and Client Credentials flow (for VS Code and Claude Code). Key changes: - Add ChatGPT setup instructions with UI-based OAuth client creation - Add Authorization Code flow setup for Claude Code - Update status from "Closed Preview" to "Private Preview" - Reorganize authentication section with comparison table - Use AuthorizationCodeClient terminology to match UI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add prominent note callout before Step 3 curl examples to make deployment URL requirements clearer for Preview customers reading top-to-bottom. Addresses feedback that deployment info wasn't immediately obvious. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Update OAuth doc title to "OAuth Client Setup" - Restructure MCP authentication sections to be client-specific - Add deployment endpoint clarifications throughout both docs - Add tip about discovering token endpoint programmatically - Consolidate redundant content in OAuth intro Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Implements feedback from auth-code-flow-docs-update-review.pdf: OAuth documentation changes: - Remove MCP server parenthetical reference from intro - Change "your application" to "an external application" in Authorization Code flow intro for clarity - Update token expiration to reference expires_in property instead of hardcoded "1 hour" - Update refresh token rotation language (always rotates, not configurable) - Remove personal access key prerequisite (OAuth clients now created via UI) - Add UI-first approach for service account ID retrieval with API as alternative - Replace curl-based OAuth client creation with UI steps for Client Credentials flow - Preserve API examples in collapsible sections for advanced users - Fix highlighted field in service account JSON response (id not modifiedAt) MCP server documentation changes: - Change "external copilots and proprietary models" to "MCP clients (external AI models)" - Remove em dashes and improve sentence structure per style guide Style fixes: - Remove all em dashes per Sumo Logic style guide - Fix hyphenation (MCP-clients → MCP clients) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ganano
reviewed
May 5, 2026
Collaborator
Author
|
Hi @ganano , thanks for the thorough review! Here's what I addressed based on your feedback: docs/api/mcp-server.md
docs/manage/security/oauth.md
One thing I wasn't sure about, your line 49 comment mentioned adding a tip about how permissions are calculated specifically for Auth Code. I added that as a |
…h.md Replace repeated definitions in the API collapsible and two FAQ entries with cross-references to the canonical explanations in the respective flow sections. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…OAuth docs - Merge repeated permissions intersection callouts into a single "How permissions work" tip in the oauth.md intro; replace duplicates with cross-references - Standardize all deployment endpoint admonitions to :::note across both mcp-server.md and oauth.md - Add explicit HTML anchor for the permissions callout to fix broken anchor build error Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove paid account requirement note for ChatGPT MCP clients - Update UI path to Administration > Security > OAuth Clients Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ion into DOCS-1534
Replace <a id="how-permissions-work"> with a proper heading using a custom ID, which Docusaurus's anchor checker can resolve. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Move mcp-server.md from docs/api/ to docs/platform-services/ - Add CID redirect from old to new MCP doc URL - Add MCP Server card to platform-services/index.md (commented out until GA) - Add official MCP logo (mcp-logo.svg) in Sumo Logic brand blue - Convert FAQ accordions to ### headings in mcp-server.md and oauth.md for AEO/GEO - Add ## Additional resources section with demo link to mcp-server.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Purpose of this pull request
Introduces a new preview doc, OAuth client setup, and updates to existing MCP Server doc. Includes structural and AEO/GEO improvements made during review.
MCP Server doc
###headings (AEO/GEO optimization)## Additional resourcessection with demo walkthrough linkstatic/img/icons/mcp-logo.svg)OAuth Client Setup doc — new doc:
###headings (AEO/GEO optimization)Revisions per SME review (kdwink):
Select the type of change
Ticket (if applicable)
https://sumologic.atlassian.net/browse/DOCS-1534