Skip to main content
GET
/
config
Get current config
curl --request GET \
  --url http://localhost:{port}/config
{
  "provider": "<string>",
  "model": "<string>",
  "providerTimeoutMs": 123,
  "resourcesDirectory": "<string>",
  "resourceCount": 123
}

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.

Returns the currently loaded configuration summary.

Response

200 - application/json

Config summary

provider
string
required
model
string
required
providerTimeoutMs
integer
required
resourcesDirectory
string
required
resourceCount
integer
required