Skip to main content
GET
Health check
curl --request GET \
  --url http://localhost:{port}/
{
  "ok": true,
  "service": "<string>",
  "version": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://thebettercontextapp-davis-npm-resource-on-web.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Simple service health check.

Response

200 - application/json

Service status

ok
boolean
required
service
string
required
version
string
required