API Endpoints

Version: 0.1.0 A template for creating MCP-compliant FastAPI services.

/new/endpoint/

POST

Summary: New Endpoint

Request Body:

Content-Type: application/json

Schema: NewEndpointRequest

Responses:

200: Successful Response

Content-Type: application/json

Schema: NewEndpointResponse

422: Validation Error

Content-Type: application/json

Schema: HTTPValidationError