feat: record tunneled MCP resource identifiers from the dashboard - #5906
Open
daviddanialy wants to merge 3 commits into
Open
feat: record tunneled MCP resource identifiers from the dashboard#5906daviddanialy wants to merge 3 commits into
daviddanialy wants to merge 3 commits into
Conversation
Contributor
🦋 Changeset detectedLatest commit: 5646559 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
There was a problem hiding this comment.
All reported issues were addressed across 6 files
Reply with feedback, questions, or to request a fix.
Fix all with cubic | Re-trigger cubic
daviddanialy
force-pushed
the
daviddanialy/aim-151-dashboard
branch
3 times, most recently
from
August 31, 2026 18:57
c22d227 to
4bc3042
Compare
daviddanialy
force-pushed
the
daviddanialy/aim-151-server
branch
from
August 31, 2026 19:26
108992e to
17adc3b
Compare
daviddanialy
force-pushed
the
daviddanialy/aim-151-dashboard
branch
from
August 31, 2026 19:28
4bc3042 to
bc79380
Compare
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015gm43HhrAUR6poQA5xKK9W
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015gm43HhrAUR6poQA5xKK9W
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015gm43HhrAUR6poQA5xKK9W
daviddanialy
force-pushed
the
daviddanialy/aim-151-dashboard
branch
from
August 31, 2026 19:39
bc79380 to
5646559
Compare
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.
AIM-151. Stacked on #5905 (server).
Summary
Adds a Resource Identifier section to the tunneled MCP source Settings tab, following the existing Display Name section pattern (shared update mutation, same invalidation,
mcp:writegate). The field records the server's RFC 9728 protected resource identifier; saving an empty value clears it. Includes the regenerated TypeScript SDK for the newresource_identifierfield on the tunneled MCP create/update forms and server view.Motivation
The server side (#5905) routes tunneled per-user credentials by this recorded identifier; this is the surface where an operator sets it. The copy states the safety contract — Gram never connects to the address — and that blank is correct for servers without their own OAuth.
🤖 Generated with Claude Code
https://claude.ai/code/session_015gm43HhrAUR6poQA5xKK9W
Summary by cubic
Adds a Resource Identifier section to the tunneled MCP source Settings tab so operators can record the server's RFC 9728 protected resource identifier, which routes user credentials to the server by exact match. Saving an empty value clears it.
Bug Fixes
mcp:writegate is scoped to the source's project, so a grant held on another project can't enable Save.Written for commit 5646559. Summary will update on new commits.