Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HEADERS | No | JSON string containing custom headers to send with GraphQL requests (e.g. '{\'X-Custom-Header\':\'foobar\'}') | |
| ENDPOINT | No | URL of the GraphQL server endpoint | http://localhost:3000/graphql |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| graphql-schema |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| introspect-schema | Introspect the GraphQL schema, use this tool before doing a query to get the schema information if you do not have it available as a resource already. |
| query-graphql | Query a GraphQL endpoint with the given query and variables |