Official Mcp Server Update
Endpoint to update an existing official MCP server.
Args: server_id: The ID of the official MCP server to update server (OfficialMCPServerUpdate): The request body containing the fields to update.
Returns: OfficialMCPServer: The updated official MCP server object.
Raises: HTTPException 400: If input validation fails HTTPException 404: If the server is not found HTTPException 409: If update fails due to duplicate name or runtime error.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
Path Parameters
Body
Response
Successful Response
Unique identifier for the official MCP server
Name of the official MCP server
Domain of the MCP server
MCP server URL
Description of the MCP server
Website URL of the MCP server
User who created the official MCP server
The date and time when the official MCP server was created.
The date and time when the official MCP server was last updated.
Help/documentation URL for the MCP server
