mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
feat(agent): remove GNS3TopologyTool from available tools list
The GNS3TopologyTool has been removed from the list of available tools for the agent. This change simplifies the toolset by eliminating a tool that is no longer needed or supported in the current workflow.
This commit is contained in:
parent
7fcdb57615
commit
33df674cbf
@ -76,7 +76,6 @@ logger = logging.getLogger(__name__)
|
||||
# Define the available tools for the agent
|
||||
tools = [
|
||||
GNS3TemplateTool(), # Get GNS3 node templates
|
||||
GNS3TopologyTool(), # Read GNS3 topology information
|
||||
GNS3CreateNodeTool(), # Create new nodes in GNS3
|
||||
GNS3LinkTool(), # Create links between nodes
|
||||
GNS3StartNodeTool(), # Start GNS3 nodes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user