Official Mcp Server Create
Endpoint to create a new official MCP server.
Args: server (OfficialMCPServerCreate): The request body containing the server definition.
Returns: OfficialMCPServer: The created official MCP server object.
Raises: HTTPException 400: If input validation fails HTTPException 409: If the server creation fails due to duplicate name or runtime error.
Authorizations
JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'
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
