.env.json•25.5 kB
{
"sourceFile": ".env",
"activeCommit": 0,
"commits": [
{
"activePatchIndex": 39,
"patches": [
{
"date": 1741521159620,
"content": "Index: \n===================================================================\n--- \n+++ \n"
},
{
"date": 1741521317157,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -9,13 +9,15 @@\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n \n # Image Recognition Configuration\n # 大模型API基础URL\n-LLM_API_BASE_URL=api.openai.com\n+LLM_API_BASE_URL=localhost:8009\n # 大模型API密钥\n-LLM_API_KEY=your_api_key_here\n+LLM_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n # 使用的模型名称\n LLM_MODEL=gpt-4o\n # 最大输出token数\n LLM_MAX_TOKENS=400\n\\ No newline at end of file\n # 是否启用图像识别功能\n-ENABLE_IMAGE_RECOGNITION=true \n+ENABLE_IMAGE_RECOGNITION=true\n+# API服务的图像路径映射\n+API_IMAGE_PATH=/host_images \n\\ No newline at end of file\n"
},
{
"date": 1741521463065,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -9,13 +9,13 @@\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n \n # Image Recognition Configuration\n # 大模型API基础URL\n-LLM_API_BASE_URL=localhost:8009\n+LLM_API_BASE_URL=https://blog.lyzplus.cn/v1\n # 大模型API密钥\n-LLM_API_KEY=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n+LLM_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhMjI3ZDkwYjVmMTY0MzcxYTcxMTdlMmRiODRjYzJiNSIsImV4cCI6MTc1NjYyMTg3NCwibmJmIjoxNzQxMDY5ODc0LCJpYXQiOjE3NDEwNjk4NzQsImp0aSI6IjhhZjA4YTU4YjIyNTQzODY5MDdkNGNlNTcwMzFjNmQ5IiwidWlkIjoiNjZkMDQ2NzdkM2IzNmZlYmU1ODFkMWZkIiwidHlwZSI6InJlZnJlc2gifQ.cAOioruMC0jLneIcbSyhuXJ9JIx_Bz79ndTTxlsWe5I\n # 使用的模型名称\n-LLM_MODEL=gpt-4o\n+LLM_MODEL=glm-4\n # 最大输出token数\n LLM_MAX_TOKENS=400\n # 是否启用图像识别功能\n ENABLE_IMAGE_RECOGNITION=true\n"
},
{
"date": 1741522036689,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -19,5 +19,9 @@\n LLM_MAX_TOKENS=400\n # 是否启用图像识别功能\n ENABLE_IMAGE_RECOGNITION=true\n # API服务的图像路径映射\n-API_IMAGE_PATH=/host_images \n\\ No newline at end of file\n+API_IMAGE_PATH=/host_images\n+# API请求超时时间(秒)\n+LLM_API_TIMEOUT=120\n+# API请求最大重试次数\n+LLM_API_MAX_RETRIES=2 \n\\ No newline at end of file\n"
},
{
"date": 1741522354701,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -23,5 +23,7 @@\n API_IMAGE_PATH=/host_images\n # API请求超时时间(秒)\n LLM_API_TIMEOUT=120\n # API请求最大重试次数\n-LLM_API_MAX_RETRIES=2 \n\\ No newline at end of file\n+LLM_API_MAX_RETRIES=2\n+# 最大处理图像数量\n+MAX_IMAGES_TO_PROCESS=5 \n\\ No newline at end of file\n"
},
{
"date": 1741523052614,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -25,5 +25,9 @@\n LLM_API_TIMEOUT=120\n # API请求最大重试次数\n LLM_API_MAX_RETRIES=2\n # 最大处理图像数量\n-MAX_IMAGES_TO_PROCESS=5 \n\\ No newline at end of file\n+MAX_IMAGES_TO_PROCESS=5\n+# PDF处理总超时时间(秒)\n+PDF_PROCESSING_TIMEOUT=300\n+# 是否默认启用PDF快速处理模式\n+PDF_FAST_MODE=true \n\\ No newline at end of file\n"
},
{
"date": 1741523167740,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -29,5 +29,7 @@\n MAX_IMAGES_TO_PROCESS=5\n # PDF处理总超时时间(秒)\n PDF_PROCESSING_TIMEOUT=300\n # 是否默认启用PDF快速处理模式\n-PDF_FAST_MODE=true \n\\ No newline at end of file\n+PDF_FAST_MODE=true\n+# 快速PDF处理超时时间(秒)\n+QUICK_PDF_TIMEOUT=120 \n\\ No newline at end of file\n"
},
{
"date": 1741523195939,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -5,31 +5,5 @@\n # Optional: Set to 'true' to enable debug mode\n DEBUG=false\n \n # Optional: Set custom User-Agent for website fetching\n-MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n-\n-# Image Recognition Configuration\n-# 大模型API基础URL\n-LLM_API_BASE_URL=https://blog.lyzplus.cn/v1\n-# 大模型API密钥\n-LLM_API_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJhMjI3ZDkwYjVmMTY0MzcxYTcxMTdlMmRiODRjYzJiNSIsImV4cCI6MTc1NjYyMTg3NCwibmJmIjoxNzQxMDY5ODc0LCJpYXQiOjE3NDEwNjk4NzQsImp0aSI6IjhhZjA4YTU4YjIyNTQzODY5MDdkNGNlNTcwMzFjNmQ5IiwidWlkIjoiNjZkMDQ2NzdkM2IzNmZlYmU1ODFkMWZkIiwidHlwZSI6InJlZnJlc2gifQ.cAOioruMC0jLneIcbSyhuXJ9JIx_Bz79ndTTxlsWe5I\n-# 使用的模型名称\n-LLM_MODEL=glm-4\n-# 最大输出token数\n-LLM_MAX_TOKENS=400\n-# 是否启用图像识别功能\n-ENABLE_IMAGE_RECOGNITION=true\n-# API服务的图像路径映射\n-API_IMAGE_PATH=/host_images\n-# API请求超时时间(秒)\n-LLM_API_TIMEOUT=120\n-# API请求最大重试次数\n-LLM_API_MAX_RETRIES=2\n-# 最大处理图像数量\n-MAX_IMAGES_TO_PROCESS=5\n-# PDF处理总超时时间(秒)\n-PDF_PROCESSING_TIMEOUT=300\n-# 是否默认启用PDF快速处理模式\n-PDF_FAST_MODE=true\n-# 快速PDF处理超时时间(秒)\n-QUICK_PDF_TIMEOUT=120 \n\\ No newline at end of file\n+MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\" \n\\ No newline at end of file\n"
},
{
"date": 1741577958807,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,6 +1,6 @@\n # Server Configuration\n-MCP_SERVER_PORT=8000\n+MCP_SERVER_PORT=8001\n MCP_SERVER_HOST=0.0.0.0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=false\n"
},
{
"date": 1741578074423,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,6 +1,6 @@\n # Server Configuration\n-MCP_SERVER_PORT=8001\n+MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=false\n"
},
{
"date": 1741763813521,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,7 +1,11 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n+# MaxKB配置\n+MAXKB_HOST=http://localhost:8080\n+MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n+MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=false\n \n"
},
{
"date": 1741763951205,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://localhost:8080\n+MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n"
},
{
"date": 1741765251598,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -2,10 +2,10 @@\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n-MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n-MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n+MAXKB_CHAT_ID=your_chat_id_here\n+MAXKB_APPLICATION_ID=your_application_id_here\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=false\n \n"
},
{
"date": 1741765366511,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -2,10 +2,10 @@\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n-MAXKB_CHAT_ID=your_chat_id_here\n-MAXKB_APPLICATION_ID=your_application_id_here\n+MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n+MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=false\n \n"
},
{
"date": 1741768193258,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://host.docker.internal:8080\n+MAXKB_HOST=http://localhost:8080\n MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n"
},
{
"date": 1741769141650,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://localhost:8080\n+MAXKB_HOST=http://172.17.0.2:8080\n MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n"
},
{
"date": 1741773434770,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://172.17.0.2:8080\n+MAXKB_HOST=http://localhost:8080\n MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n"
},
{
"date": 1741773477511,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://localhost:8080\n+MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n"
},
{
"date": 1741773930718,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -6,8 +6,8 @@\n MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n-DEBUG=false\n+DEBUG=true\n \n # Optional: Set custom User-Agent for website fetching\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\" \n\\ No newline at end of file\n"
},
{
"date": 1741774140262,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -2,9 +2,9 @@\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n-MAXKB_CHAT_ID=4a99a706-ff0f-11ef-be75-0242ac110002\n+MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=true\n"
},
{
"date": 1741774251241,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://host.docker.internal:8080\n+MAXKB_HOST=http://host.docker.internal:8080/api/application\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n"
},
{
"date": 1741774280492,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -4,8 +4,9 @@\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080/api/application\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n+MAXKB_AUTHORIZATION=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=true\n \n"
},
{
"date": 1741774382508,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n-MAXKB_HOST=http://host.docker.internal:8080/api/application\n+MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n MAXKB_AUTHORIZATION=application-e689000edd89acb58572482651fa88e0\n \n"
},
{
"date": 1741776313600,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -3,9 +3,8 @@\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n-MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n MAXKB_AUTHORIZATION=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=true\n"
},
{
"date": 1741776574187,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -3,8 +3,9 @@\n MCP_SERVER_HOST=0.0.0.0\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n+MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n MAXKB_AUTHORIZATION=application-e689000edd89acb58572482651fa88e0\n \n # Optional: Set to 'true' to enable debug mode\n DEBUG=true\n"
},
{
"date": 1741944023637,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -10,5 +10,9 @@\n # Optional: Set to 'true' to enable debug mode\n DEBUG=true\n \n # Optional: Set custom User-Agent for website fetching\n-MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\" \n\\ No newline at end of file\n+MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n+\n+# 本地目录挂载配置\n+HOST_MOUNT_SOURCE=/Users/liuyanzhi/Desktop\n+HOST_MOUNT_TARGET=/host_files \n\\ No newline at end of file\n"
},
{
"date": 1744091476152,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,7 +1,10 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n+# 鉴权配置\n+MCP_AUTH_URL=http://170.106.105.206:4000/users\n+\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n"
},
{
"date": 1744096070717,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,10 +1,7 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n-# 鉴权配置\n-MCP_AUTH_URL=http://170.106.105.206:4000/users\n-\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n"
},
{
"date": 1744098373340,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,7 +1,10 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n+# 鉴权配置\n+MCP_AUTH_URL=http://170.106.105.206:4000/users\n+\n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n"
},
{
"date": 1744180907016,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -2,8 +2,9 @@\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # 鉴权配置\n MCP_AUTH_URL=http://170.106.105.206:4000/users\n+MCP_API_KEY=your-api-key-here\n \n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n"
},
{
"date": 1744181143250,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -2,9 +2,8 @@\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # 鉴权配置\n MCP_AUTH_URL=http://170.106.105.206:4000/users\n-MCP_API_KEY=your-api-key-here\n \n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n"
},
{
"date": 1744197488992,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,11 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # 鉴权配置\n-MCP_AUTH_URL=http://170.106.105.206:4000/users\n+MCP_AUTH_URL=http://httpbin.org/bearer\n+# 或者使用本地模拟鉴权服务\n+#MCP_AUTH_URL=http://localhost:3000/auth\n \n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n"
},
{
"date": 1744197518247,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,11 +1,9 @@\n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n # 鉴权配置\n-MCP_AUTH_URL=http://httpbin.org/bearer\n-# 或者使用本地模拟鉴权服务\n-#MCP_AUTH_URL=http://localhost:3000/auth\n+MCP_AUTH_URL=http://170.106.105.206:4000/users\n \n # MaxKB配置\n MAXKB_HOST=http://host.docker.internal:8080\n MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n"
},
{
"date": 1745496427889,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -16,6 +16,6 @@\n # Optional: Set custom User-Agent for website fetching\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n \n # 本地目录挂载配置\n-HOST_MOUNT_SOURCE=/Users/liuyanzhi/Desktop\n+HOST_MOUNT_SOURCE=/\n HOST_MOUNT_TARGET=/host_files \n\\ No newline at end of file\n"
},
{
"date": 1745742714685,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,6 +1,6 @@\n # Server Configuration\n-MCP_SERVER_PORT=8000\n+MCP_SERVER_PORT=8006\n MCP_SERVER_HOST=0.0.0.0\n # 鉴权配置\n MCP_AUTH_URL=http://170.106.105.206:4000/users\n \n@@ -16,6 +16,6 @@\n # Optional: Set custom User-Agent for website fetching\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n \n # 本地目录挂载配置\n-HOST_MOUNT_SOURCE=/\n-HOST_MOUNT_TARGET=/host_files \n\\ No newline at end of file\n+HOST_MOUNT_SOURCE=/www/wwwroot/dufs.ablai.top\n+HOST_MOUNT_TARGET=/files \n"
},
{
"date": 1745745662254,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -16,6 +16,6 @@\n # Optional: Set custom User-Agent for website fetching\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n \n # 本地目录挂载配置\n-HOST_MOUNT_SOURCE=/www/wwwroot/dufs.ablai.top\n+HOST_MOUNT_SOURCE=/Users/liuyanzhi/Desktop\n HOST_MOUNT_TARGET=/files \n"
},
{
"date": 1745918344424,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,21 +1,6 @@\n-# Server Configuration\n-MCP_SERVER_PORT=8006\n-MCP_SERVER_HOST=0.0.0.0\n-# 鉴权配置\n-MCP_AUTH_URL=http://170.106.105.206:4000/users\n+# MCP服务器配置\n+MCP_SERVER_PORT=8000\n \n-# MaxKB配置\n-MAXKB_HOST=http://host.docker.internal:8080\n-MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n-MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n-MAXKB_AUTHORIZATION=application-e689000edd89acb58572482651fa88e0\n-\n-# Optional: Set to 'true' to enable debug mode\n-DEBUG=true\n-\n-# Optional: Set custom User-Agent for website fetching\n-MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n-\n # 本地目录挂载配置\n-HOST_MOUNT_SOURCE=/Users/liuyanzhi/Desktop\n-HOST_MOUNT_TARGET=/files \n+HOST_MOUNT_SOURCE=/\n+HOST_MOUNT_TARGET=/host_files \n\\ No newline at end of file\n"
},
{
"date": 1745918350124,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,6 +1,17 @@\n # MCP服务器配置\n MCP_SERVER_PORT=8000\n+MCP_SERVER_HOST=0.0.0.0\n+# 鉴权配置\n+MCP_AUTH_URL=http://170.106.105.206:4000/users\n \n\\ No newline at end of file\n-# 本地目录挂载配置\n-HOST_MOUNT_SOURCE=/\n-HOST_MOUNT_TARGET=/host_files \n+# MaxKB配置\n+MAXKB_HOST=http://host.docker.internal:8080\n+MAXKB_CHAT_ID=f08b23b4-ff29-11ef-82b3-0242ac110002\n+MAXKB_APPLICATION_ID=application-e689000edd89acb58572482651fa88e0\n+MAXKB_AUTHORIZATION=application-e689000edd89acb58572482651fa88e0\n+\n+# Optional: Set to 'true' to enable debug mode\n+DEBUG=true\n+\n+# Optional: Set custom User-Agent for website fetching\n+MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n"
},
{
"date": 1745918401040,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -14,4 +14,8 @@\n DEBUG=true\n \n # Optional: Set custom User-Agent for website fetching\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n+\n+# 本地目录挂载配置\n+HOST_MOUNT_SOURCE=/\n+HOST_MOUNT_TARGET=/host_files \n\\ No newline at end of file\n"
},
{
"date": 1745921856469,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -16,6 +16,6 @@\n # Optional: Set custom User-Agent for website fetching\n MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n \n # 本地目录挂载配置\n-HOST_MOUNT_SOURCE=/\n-HOST_MOUNT_TARGET=/host_files \n\\ No newline at end of file\n+HOST_MOUNT_SOURCE=/Users/liuyanzhi/Documents\n+HOST_MOUNT_TARGET=/host_files\n\\ No newline at end of file\n"
}
],
"date": 1741521159620,
"name": "Commit-0",
"content": "# Server Configuration\nMCP_SERVER_PORT=8000\nMCP_SERVER_HOST=0.0.0.0\n\n# Optional: Set to 'true' to enable debug mode\nDEBUG=false\n\n# Optional: Set custom User-Agent for website fetching\nMCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n\n# Image Recognition Configuration\n# 大模型API基础URL\nLLM_API_BASE_URL=api.openai.com\n# 大模型API密钥\nLLM_API_KEY=your_api_key_here\n# 使用的模型名称\nLLM_MODEL=gpt-4o\n# 最大输出token数\nLLM_MAX_TOKENS=400\n# 是否启用图像识别功能\nENABLE_IMAGE_RECOGNITION=true "
}
]
}