docs(mcp-server): Add Goose setup tab with OAuth instructions [GRAPHAI-417]#35935
Merged
hydrosquall merged 9 commits intomasterfrom Apr 29, 2026
Merged
docs(mcp-server): Add Goose setup tab with OAuth instructions [GRAPHAI-417]#35935hydrosquall merged 9 commits intomasterfrom
hydrosquall merged 9 commits intomasterfrom
Conversation
Contributor
|
Bits Dev status: ✅ Done Comment @DataDog to request changes |
Contributor
|
I can only run on private repositories. |
Contributor
Preview links (active after the
|
50a05f4 to
357ed2a
Compare
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com>
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com>
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com>
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com> Fix deeplink formatting for Datadog MCP Server
357ed2a to
4045cea
Compare
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com>
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com>
hydrosquall
commented
Apr 29, 2026
| ap2: 'cursor://anysphere.cursor-deeplink/mcp/install?name=datadog-onboarding-ap2&config=eyJ1cmwiOiJodHRwczovL21jcC5hcDIuZGF0YWRvZ2hxLmNvbS9hcGkvdW5zdGFibGUvbWNwLXNlcnZlci9tY3A/dG9vbHNldHM9b25ib2FyZGluZyIsInR5cGUiOiJvYXV0aCJ9', | ||
| gov: 'N/A' | ||
| }, | ||
| goose_mcp_install_deeplink: { |
Member
Author
There was a problem hiding this comment.
I copied the pattern of what Cursor was doing. I tried to inline these links directly to the md file, but interpolating variables wasn't combining properly with Hugo shortcodes.
Co-authored-by: hydrosquall <9020979+hydrosquall@users.noreply.github.com>
domalessi
reviewed
Apr 29, 2026
Contributor
domalessi
left a comment
There was a problem hiding this comment.
Thanks for the PR! Def the right call to create a dedicated Goose tab. See inline comments for some style/structure suggestions. Also, every other tab on this page ends with a "Verify that you have the required permissions..." step. The Goose tab omits this. Worth adding for consistency.
devindford
approved these changes
Apr 29, 2026
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.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.
Motivation
This PR updates the Goose integration documentation to include a dedicated setup tab with current and accurate instructions. Previously, Goose was grouped with other clients under the "Other" tab with outdated setup guidance (suggesting it needed API keys, when OAuth is enough after I shipped aaif-goose/goose#8148 )
Changes
toolsetsquery parameterMerge instructions
Merge readiness:
AI assistance
Used Bits Dev agent for initial draft of the documentation content and structure.
Additional notes
The Goose tab follows the same regional endpoint selection pattern as Kiro and includes appropriate alerts for unsupported regions (gov). The deeplink format and configuration instructions are based on Goose's current extension system.
PR by Bits - View session in Datadog
Comment @DataDog to request changes