Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
NODE_ENV | No | The Node.js environment mode | |
LOG_LEVEL | No | The logging level | |
MCP_SERVER_HOST | No | The host for the MCP server | localhost |
MCP_SERVER_PORT | No | The port for the MCP server | 3000 |
GOOGLE_CLIENT_ID | Yes | Your Google OAuth 2.0 client ID | |
GOOGLE_REDIRECT_URI | No | The OAuth 2.0 redirect URI | http://localhost:3000/oauth/callback |
GOOGLE_CLIENT_SECRET | Yes | Your Google OAuth 2.0 client secret | |
GOOGLE_SERVICE_ACCOUNT_KEY_PATH | No | Path to the Google service account key JSON file (optional) |
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 |