Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listening host in SSE mode | localhost |
| MODE | No | Transport mode, options are stdio or sse | stdio |
| PORT | No | Listening port in SSE mode | 3000 |
| TOOLS | No | List of API tools to enable, separated by commas | |
| APP_ID | Yes | Feishu/Lark application App ID | |
| DOMAIN | No | Feishu/Lark API domain, default is Feishu China version | https://open.feishu.cn |
| LANGUAGE | No | Tools language, options are zh or en | en |
| APP_SECRET | Yes | Feishu/Lark application App Secret | |
| TOOL_NAME_CASE | No | Tool name format, options are snake, camel, dot, or kebab | snake |
| USER_ACCESS_TOKEN | No | User access token for calling APIs as a user |
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 | |