mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
Updated the filters parameter description in create_link and update_link MCP tools to specify the required array format and provide examples. Changes: - Updated create_link filters description with array format requirements - Updated update_link filters description with array format and example - Added specific filter types: frequency_drop, packet_loss, delay, corrupt, bpf This helps users understand the correct format: - frequency_drop: [N] (drop every Nth packet) - packet_loss: [rate] (packet loss percentage) - delay: [ms, jitter] (latency and jitter in milliseconds) - corrupt: [rate] (packet corruption percentage) - bpf: [expression] (Berkeley Packet Filter) Prevents TypeError: 'int' object is not iterable errors.