Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLAUDE_TEAM_COMMAND | No | Override the command used to start Claude Code in worker sessions. Useful for running alternative CLI implementations like happy. | claude |
| CLAUDE_TEAM_PROJECT_DIR | No | When set, allows using "project_path": "auto" in worker configs to automatically use this path. | |
| CLAUDE_TEAM_CODEX_COMMAND | No | Override the command used to start Codex in worker sessions. Useful for running wrapped Codex (e.g., happy codex). | codex |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |