deerflow2/backend/src/mcp
hetaoBackend 139063283f fix: ensure MCP and skills config changes are immediately reflected
- Use ExtensionsConfig.from_file() instead of cached config to always
  read latest configuration from disk in LangGraph Server
- Add mtime-based cache invalidation for MCP tools to detect config
  file changes made through Gateway API
- Call reload_extensions_config() in Gateway API after updates to
  refresh the global cache
- Remove unnecessary MCP initialization from Gateway startup since
  MCP tools are only used by LangGraph Server

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 22:40:09 +08:00
..
__init__.py feat: add MCP (Model Context Protocol) support 2026-01-19 18:58:13 +08:00
cache.py fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00
client.py feat: add SSE and HTTP transport support for MCP servers 2026-01-21 16:14:00 +08:00
tools.py fix: ensure MCP and skills config changes are immediately reflected 2026-01-25 22:40:09 +08:00