mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-09 11:35:21 +03:00
- Add MCPTool/MCPToolRegistry system for centralized tool registration - Add 7 project-related MCP tools: list_projects, get_project, create_project, delete_project, open_project, close_project, get_project_stats - Tools use Gns3Connector (custom_gns3fy) to call GNS3 REST API via HTTP loopback, keeping the MCP layer decoupled from controller internals - Handlers run in thread pool via asyncio.to_thread() to avoid blocking the event loop on synchronous requests calls - Unified POST /v3/mcp/execute endpoint with JWT authentication