Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
HEADERS | No | JSON string containing headers for requests | {} |
ENDPOINT | No | GraphQL endpoint URL | http://localhost:4000/graphql |
ALLOW_MUTATIONS | No | Enable mutation operations (disabled by default) | false |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |