Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HOST | No | MCP server host (optional) | localhost |
MCP_PORT | No | MCP server port (optional) | 3000 |
LOG_LEVEL | No | Logging level (optional) | INFO |
ENVIRONMENT | No | Environment setting (optional) | development |
DOCGEN_BUCKET | No | Your S3 bucket for outputs (optional) | |
OPENAI_API_KEY | Yes | Your OpenAI API key (required) | |
ALLOW_OVERWRITE | No | Whether to allow overwriting existing files (optional) | 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 |