Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Django debug mode setting | True |
| MCP_HOST | No | Host address for the MCP server when using HTTP transport | 127.0.0.1 |
| MCP_PORT | No | Port for the MCP server when using HTTP transport | 8001 |
| SECRET_KEY | Yes | Django secret key for security | |
| MCP_TRANSPORT | No | Transport protocol for the MCP server (http or stdio) | http |
| FIREBASE_STORAGE_BUCKET | Yes | Your Firebase storage bucket name (e.g., your-project-id.appspot.com) | |
| SERVICE_ACCOUNT_KEY_PATH | Yes | Path to the Firebase service account key JSON file | credentials.json |
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 | |