Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | Yes | Model identifier (e.g. anthropic/claude-opus-4-5, gpt-4o) | |
| WORKSPACE_DIR | No | Shared workspace directory. Defaults to ~/.featherflow/workspace | ~/.featherflow/workspace |
| OPENAI_API_KEY | Yes | API key for the provider | |
| OPENAI_BASE_URL | Yes | API base URL (e.g. https://openrouter.ai/api/v1, https://api.openai.com/v1) |
Capabilities
Server capabilities have not been inspected yet.
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 | |