Why This Change?
- Simplified management: The group-level management with per-server access caused confusion. Now everything is managed directly at the server level.
- Better Virtual MCP servers: Previously limited to servers within the same group. Now you can use any MCP server you have access to when creating a Virtual MCP server.
What’s Changed
Before: MCP Server Group- MCP Server
- Tools, Prompts, Resources
- Tools, Prompts, Resources
Deprecated Routes
The following formats are deprecated and will be removed in a future release:- Route:
/mcp/{group}/{server}/server->/mcp/{server-name}/server - FQN:
{tenant}:mcp-server-group:{group}:mcp-server:{name}->{tenant}:mcp-server:{name}
Action Required:
- Update your API integrations to use the new route and FQN formats
- The old formats will continue to work but are no longer recommended
Git-based Manifest Management
If you store MCP server manifests in Git (GitOps workflow):- Re-export your manifests from the platform UI using the “Apply as YAML” button
- The exported manifests will use the new format with updated server names
- Commit the updated manifests to your Git repository
- This is a one-time update. After re-exporting, your manifests will be compatible with the new structure.
UI Changes
- MCP Servers now appear as top-level resources in the sidebar
- No more groups—create MCP servers directly without creating a group first
- When creating Virtual MCP servers, reference source servers by name only (no group prefix needed) Example: Use slack-tools instead of my-group/slack-tools
Permissions & Access Control
- Tenant Admins and users with “Create MCP Server” permission can create MCP servers
- Tenant Admins and managers of an MCP server can update its configuration
- Tenant Admins, managers, and users of an MCP server can access it
MCP Server Manager and User roles are assigned per server via the
Collaborators field when creating or editing an MCP server.
Virtual Account Permissions:
- MCP Server Groups removed from the permission selector
- Select individual MCP Servers directly
- Use
*wildcard to grant access to all MCP servers
Migration Notes
- Automatic Migration — All your existing MCP servers have been automatically migrated:
- Permissions preserved — Group managers become MCP Server managers
- Access preserved — Users with group access retain access to servers
- IDs unchanged — Existing integrations continue to work
- Names preserved — Most servers keep their original name. Only servers with duplicate names across different groups get renamed.
Backward Compatibility — Everything continues to work:
- Old MCP server URLs (
/mcp/{group}/{server}/...) - Old FQN format in API requests
- Existing Virtual Account permissions
- Prompts referencing MCP servers by old FQN
Need Help?
If you encounter any issues accessing MCP servers after this update, please contact support with:- The MCP server name you’re trying to access
- The error message you’re seeing
- Whether you’re accessing via UI, API, or an integration