# ai_mentor_orgs_users_mcp_servers_partial_update ViewSet for MCP Servers. Allows platform admins to list, create, retrieve, update, and delete MCP servers. Permissions: - Accessible to tenant admins. Endpoint: PATCH /api/ai-mentor/orgs/{org}/users/{user_id}/mcp-servers/{id}/ Version: 3.59.0-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `id` (integer, required) A unique integer value identifying this mcp server. - `org` (string, required) - `user_id` (string, required) ## Request fields (application/json): - `name` (string) - `url` (string) The url of the MCP server. - `transport` (string) * - Sse * - Websocket Enum: "sse", "websocket" - `headers` (any) Headers to send to the MCP server. Useful for authentication, ## Response 200 fields (application/json): - `id` (integer, required) - `platform` (integer, required) - `name` (string, required) - `url` (string, required) The url of the MCP server. - `transport` (string) * - Sse * - Websocket Enum: "sse", "websocket" - `headers` (any) Headers to send to the MCP server. Useful for authentication, - `platform_key` (string, required) - `created_at` (string, required) - `updated_at` (string, required)