MCP Development Framework

  • .lh
{ "sourceFile": ".env.example", "activeCommit": 0, "commits": [ { "activePatchIndex": 17, "patches": [ { "date": 1741252766715, "content": "Index: \n===================================================================\n--- \n+++ \n" }, { "date": 1741252784152, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n ###\n # @Author: 刘彦志 yanzhiliu@trip.com\n # @Date: 2025-03-06 14:57:07\n # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-06 17:19:26\n+ # @LastEditTime: 2025-03-06 17:19:42\n # @FilePath: /weaviate-mcp-server/.env.example\n # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n ### \n # Server Configuration\n" }, { "date": 1741252909928, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n ###\n # @Author: 刘彦志 yanzhiliu@trip.com\n # @Date: 2025-03-06 14:57:07\n # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-06 17:19:42\n+ # @LastEditTime: 2025-03-06 17:21:49\n # @FilePath: /weaviate-mcp-server/.env.example\n # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n ### \n # Server Configuration\n" }, { "date": 1741253024653, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,12 +1,4 @@\n-###\n- # @Author: 刘彦志 yanzhiliu@trip.com\n- # @Date: 2025-03-06 14:57:07\n- # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-06 17:21:49\n- # @FilePath: /weaviate-mcp-server/.env.example\n- # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n-### \n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n \n" }, { "date": 1741494832888, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -5,5 +5,10 @@\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\\ No newline at end of file\n+MCP_USER_AGENT=\"MCP Test Server (github.com/modelcontextprotocol/python-sdk)\"\n+\n+# Large Language Model API Configuration (for image recognition)\n+LLM_API_KEY=your_api_key_here\n+LLM_API_BASE_URL=api.openai.com\n+LLM_MODEL=gpt-4o \n\\ No newline at end of file\n" }, { "date": 1741495204664, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -5,10 +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-# Large Language Model API Configuration (for image recognition)\n-LLM_API_KEY=your_api_key_here\n-LLM_API_BASE_URL=api.openai.com\n-LLM_MODEL=gpt-4o \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": 1741521142056, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -5,5 +5,17 @@\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\\ No newline at end of file\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+# 大模型API密钥\n+LLM_API_KEY=your_api_key_here\n+# 使用的模型名称\n+LLM_MODEL=gpt-4o\n+# 最大输出token数\n+LLM_MAX_TOKENS=400\n+# 是否启用图像识别功能\n+ENABLE_IMAGE_RECOGNITION=true \n\\ No newline at end of file\n" }, { "date": 1741521329620, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -17,5 +17,7 @@\n LLM_MODEL=gpt-4o\n # 最大输出token数\n LLM_MAX_TOKENS=400\n # 是否启用图像识别功能\n-ENABLE_IMAGE_RECOGNITION=true \n\\ No newline at end of file\n+ENABLE_IMAGE_RECOGNITION=true\n+# API服务的图像路径映射\n+API_IMAGE_PATH=/host_images \n\\ No newline at end of file\n" }, { "date": 1741522053556, "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": 1741522367543, "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": 1741523067968, "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": 1741523185742, "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": 1741523195647, "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=api.openai.com\n-# 大模型API密钥\n-LLM_API_KEY=your_api_key_here\n-# 使用的模型名称\n-LLM_MODEL=gpt-4o\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": 1741525164543, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,4 +1,12 @@\n+###\n+ # @Author: 刘彦志 yanzhiliu@trip.com\n+ # @Date: 2025-03-06 14:57:07\n+ # @LastEditors: 刘彦志 yanzhiliu@trip.com\n+ # @LastEditTime: 2025-03-09 20:59:24\n+ # @FilePath: /mcp-development-framework/.env.example\n+ # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n+### \n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n \n" }, { "date": 1741525471713, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n ###\n # @Author: 刘彦志 yanzhiliu@trip.com\n # @Date: 2025-03-06 14:57:07\n # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-09 20:59:24\n+ # @LastEditTime: 2025-03-09 21:04:31\n # @FilePath: /mcp-development-framework/.env.example\n # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n ### \n # Server Configuration\n" }, { "date": 1741525735591, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n ###\n # @Author: 刘彦志 yanzhiliu@trip.com\n # @Date: 2025-03-06 14:57:07\n # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-09 21:04:31\n+ # @LastEditTime: 2025-03-09 21:08:55\n # @FilePath: /mcp-development-framework/.env.example\n # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n ### \n # Server Configuration\n" }, { "date": 1741526027814, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,9 +1,9 @@\n ###\n # @Author: 刘彦志 yanzhiliu@trip.com\n # @Date: 2025-03-06 14:57:07\n # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-09 21:08:55\n+ # @LastEditTime: 2025-03-09 21:13:47\n # @FilePath: /mcp-development-framework/.env.example\n # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n ### \n # Server Configuration\n" }, { "date": 1741576383122, "content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,12 +1,4 @@\n-###\n- # @Author: 刘彦志 yanzhiliu@trip.com\n- # @Date: 2025-03-06 14:57:07\n- # @LastEditors: 刘彦志 yanzhiliu@trip.com\n- # @LastEditTime: 2025-03-09 21:13:47\n- # @FilePath: /mcp-development-framework/.env.example\n- # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n-### \n # Server Configuration\n MCP_SERVER_PORT=8000\n MCP_SERVER_HOST=0.0.0.0\n \n" } ], "date": 1741252766715, "name": "Commit-0", "content": "###\n # @Author: 刘彦志 yanzhiliu@trip.com\n # @Date: 2025-03-06 14:57:07\n # @LastEditors: 刘彦志 yanzhiliu@trip.com\n # @LastEditTime: 2025-03-06 17:19:26\n # @FilePath: /weaviate-mcp-server/.env.example\n # @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE\n### \n# 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)\" " } ] }