Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_FILE_SIZE | No | Maximum file size in bytes | 10485760 |
| FAST_APPLY_URL | No | FastApply server URL | http://localhost:1234/v1 |
| FAST_APPLY_MODEL | No | FastApply model name | fastapply-1.5b |
| FAST_APPLY_TIMEOUT | No | Request timeout in seconds | 300.0 |
| FAST_APPLY_MAX_TOKENS | No | Maximum number of tokens for model responses | 8000 |
| FAST_APPLY_AUTO_BACKUP | No | Enable automatic backups before file modifications | False |
| FAST_APPLY_TEMPERATURE | No | Model temperature for response generation | 0.05 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tools | Return metadata for available tools. |
| call_tool | Handle tool calls. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |