[project] name = "fortigate-mcp" version = "0.1.0" description = "FortiGate (FortiOS REST API) MCP server" requires-python = ">=3.10" dependencies = [ "mcp>=1.2.0", "httpx>=0.27.0", ] [tool.uv] package = false