Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | The server host address. Defaults to 127.0.0.1. | 127.0.0.1 |
| PORT | No | The server port. Defaults to 8298. | 8298 |
| WORK_DIR | Yes | The working directory path where task management and output folders are located (工作目录路径). Defaults to ../ if not specified. | ../ |
| LOG_LEVEL | No | The level of logging detail (debug, info, warning, or error). Defaults to info. | info |
| FASTMCP_DIR | Yes | The directory where the project source code is located (项目所在位置). | |
| BATCH_TASK_DIR | No | The directory name used for batch tasks. Defaults to .batch_task. | .batch_task |
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 | |