mcp: rename observatory endpoint to developer#35918
Merged
bobbyiliev merged 1 commit intoMaterializeInc:mainfrom Apr 9, 2026
Merged
mcp: rename observatory endpoint to developer#35918bobbyiliev merged 1 commit intoMaterializeInc:mainfrom
bobbyiliev merged 1 commit intoMaterializeInc:mainfrom
Conversation
Contributor
|
Thanks for opening this PR! Here are a few tips to help make the review process smooth for everyone. PR title guidelines
Pre-merge checklist
|
jubrad
approved these changes
Apr 9, 2026
leedqin
added a commit
to leedqin/materialize
that referenced
this pull request
Apr 9, 2026
- Use unicode-safe base64 encoding (TextEncoder) instead of btoa, which fails on non-ASCII service account names - Use the service account user instead of the logged-in user's email when generating MCP tokens for service account app passwords - Show MCP token under app password only when MCP Server tab is active - Add Agents/Developer radio group to MCP instructions so users can switch endpoints without a separate observatory section - Rename observatory endpoint references to developer (per MaterializeInc#35918) - Add -w0 flag to base64 command for Linux compatibility
leedqin
added a commit
to leedqin/materialize
that referenced
this pull request
Apr 16, 2026
- Use unicode-safe base64 encoding (TextEncoder) instead of btoa, which fails on non-ASCII service account names - Use the service account user instead of the logged-in user's email when generating MCP tokens for service account app passwords - Show MCP token under app password only when MCP Server tab is active - Add Agents/Developer radio group to MCP instructions so users can switch endpoints without a separate observatory section - Rename observatory endpoint references to developer (per MaterializeInc#35918) - Add -w0 flag to base64 command for Linux compatibility
leedqin
added a commit
to leedqin/materialize
that referenced
this pull request
Apr 17, 2026
Refactor AppPasswordsPage and ConnectModal for consistency; update McpConnectInstructions layout - Changed "Services and agents" to "Service" for clarity in AppPasswordsPage. - Updated helper text to reflect the singular "Service" in AppPasswordsPage. - Added overflow and minWidth properties to SecretBox components in both AppPasswordsPage and ConnectModal for better UI handling. - Improved layout in McpConnectInstructions by consolidating code blocks and enhancing descriptions for clarity. Enhance MCP token handling and UI updates across components - Added support for pre-computed Base64 MCP tokens in ConnectInstructions and McpConnectInstructions. - Updated ConnectModal to pass the MCP token to relevant components. - Improved layout and descriptions in AppPasswordsPage and McpConnectInstructions for better clarity and user experience. - Adjusted text prompts to emphasize the importance of saving credentials after creation. Fix MCP token encoding and service account handling; - Use unicode-safe base64 encoding (TextEncoder) instead of btoa, which fails on non-ASCII service account names - Use the service account user instead of the logged-in user's email when generating MCP tokens for service account app passwords - Show MCP token under app password only when MCP Server tab is active - Add Agents/Developer radio group to MCP instructions so users can switch endpoints without a separate observatory section - Rename observatory endpoint references to developer (per MaterializeInc#35918) - Add -w0 flag to base64 command for Linux compatibility small cleanups letting the user know where to save the mcp config Removing disclaimer and radio button for "Agents"
leedqin
added a commit
to leedqin/materialize
that referenced
this pull request
Apr 17, 2026
Refactor AppPasswordsPage and ConnectModal for consistency; update McpConnectInstructions layout - Changed "Services and agents" to "Service" for clarity in AppPasswordsPage. - Updated helper text to reflect the singular "Service" in AppPasswordsPage. - Added overflow and minWidth properties to SecretBox components in both AppPasswordsPage and ConnectModal for better UI handling. - Improved layout in McpConnectInstructions by consolidating code blocks and enhancing descriptions for clarity. Enhance MCP token handling and UI updates across components - Added support for pre-computed Base64 MCP tokens in ConnectInstructions and McpConnectInstructions. - Updated ConnectModal to pass the MCP token to relevant components. - Improved layout and descriptions in AppPasswordsPage and McpConnectInstructions for better clarity and user experience. - Adjusted text prompts to emphasize the importance of saving credentials after creation. Fix MCP token encoding and service account handling; - Use unicode-safe base64 encoding (TextEncoder) instead of btoa, which fails on non-ASCII service account names - Use the service account user instead of the logged-in user's email when generating MCP tokens for service account app passwords - Show MCP token under app password only when MCP Server tab is active - Add Agents/Developer radio group to MCP instructions so users can switch endpoints without a separate observatory section - Rename observatory endpoint references to developer (per MaterializeInc#35918) - Add -w0 flag to base64 command for Linux compatibility small cleanups letting the user know where to save the mcp config Removing disclaimer and radio button for "Agents"
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.
As discussed internally.
Fixes https://linear.app/materializeinc/issue/DEX-22/rename-mcp-observatory-endpoint-to-developer
Docs PR has been updated as well: #35604
@jubrad I might need a hand in renaming the LD flag for this once it lands.