Health
Health Check
Check the health and status of the MCP Store API
get/api/v1/health
Response
Successful health check response
Example response
{
"status": "ok",
"message": "MCP Store API is running"
}Changes
Changed in 1 of the 11 revisions of this API.111
- ▲
the
coderesponse property const valueINTERNAL_SERVER_ERRORwas removed for the status500response-property-const-removed
- ●
added the new
INTERNAL_SERVER_ERRORenum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
api operation id
getApiV1Healthremoved and replaced withapi-operation-id-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲