mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 20:40:13 +03:00
- Replace Args: docstring blocks with Annotated[str, Field(description=...)] so parameter descriptions appear in inputSchema.properties.*.description - mcp.server.fastmcp does not parse Args: blocks from docstrings; only Annotated with pydantic Field injects descriptions into the structured JSON Schema visible to AI clients via tools/list - Remove redundant Args: blocks from docstrings (info moved to Field) - Restore full 4-step websocat workflow in get_node_console_info docstring with connection, command sending, response receiving, and timeout