Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | false |
MAXKB_HOST | No | MaxKB API host address | http://host.docker.internal:8080 |
MCP_AUTH_URL | No | Authentication service address | http://170.106.105.206:4000/users |
MAXKB_CHAT_ID | No | MaxKB chat ID | |
MCP_USER_AGENT | No | User agent | MCP Test Server (github.com/modelcontextprotocol/python-sdk) |
MCP_SERVER_HOST | No | Server host | 0.0.0.0 |
MCP_SERVER_PORT | No | Server port | 8000 |
HOST_MOUNT_SOURCE | No | Local directory path to mount | |
HOST_MOUNT_TARGET | No | Mount path in container | /host_files |
MAXKB_AUTHORIZATION | No | MaxKB authorization key | |
MAXKB_APPLICATION_ID | No | MaxKB application ID |
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 |
---|---|
parse_csv | 解析CSV文件内容,支持各种编码格式 |
parse_excel | Parses an Excel file and returns its content including all sheets |
parse_pdf | 解析PDF文件内容,支持快速预览和完整解析两种模式 |
parse_word | 解析Word文档内容,提取文本、表格和图片信息 |
parse_markdown | 解析Markdown文件内容,提取标题结构、列表和文本内容 |
parse_file | 解析文件内容,支持PDF、Word、Excel、CSV和Markdown格式 |
maxkb | 请求MaxKB API并返回处理后的结果 |
url | Fetches a website and returns its content |