Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | The port to run the server on | 3000 |
CLAUDE_API_KEY | Yes | Your Claude API key | |
GOOGLE_CLIENT_ID | Yes | Your Google Cloud Platform client ID | |
GOOGLE_REDIRECT_URI | No | The redirect URI for Google OAuth | http://localhost:3000/auth/google/callback |
GOOGLE_CLIENT_SECRET | Yes | Your Google Cloud Platform client secret |
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 |