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.
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 }
}