mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-09-02 16:15:15 +03:00
- Extract context variable management functions from connector_factory.py to new context_helpers.py module - Update imports in gns3_copilot.py, agent_service.py, and __init__.py to use new module - Remove inline imports and ensure consistent access to context helpers - Improves code organization and maintainability by separating concerns