MCP Development Framework

# Server Configuration MCP_SERVER_PORT=8000 MCP_SERVER_HOST=0.0.0.0 # MaxKB配置 MAXKB_HOST=http://host.docker.internal:8080 MAXKB_CHAT_ID=your_chat_id_here MAXKB_APPLICATION_ID=your_application_id_here # Optional: Set to 'true' to enable debug mode DEBUG=false # Optional: Set custom User-Agent for website fetching MCP_USER_AGENT="MCP Test Server (github.com/modelcontextprotocol/python-sdk)" # 本地目录挂载配置 HOST_MOUNT_SOURCE=/path/to/your/local/directory HOST_MOUNT_TARGET=/host_files