Provides a simple health check of the MCP server, returning its status, version, and supported capabilities. This endpoint can be used for monitoring and service discovery.
Authentication is performed via an OAuth 2.0 Bearer Token. The token should be included in the Authorization header.
The service is healthy and operating correctly.
The operational status of the service.
"ok"
The name of the MCP server.
"Altostrat MCP Server"
The current version of the running application.
"1.0.0"
An object detailing the MCP capabilities supported by this server.
{
"prompts": { "listChanged": false },
"resources": { "subscribe": false, "listChanged": false },
"tools": { "listChanged": false }
}