Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
name | No | Name of the MCP server | mcp-graphql |
schema | No | Path to a local GraphQL schema file (optional) | |
headers | No | JSON string containing headers for requests | {} |
endpoint | No | GraphQL endpoint URL | http://localhost:4000/graphql |
enable-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 |