[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "cisco-switch-mcp" version = "1.0.0" description = "Model Context Protocol server for Cisco Catalyst IOS-XE switch management" readme = "README.md" requires-python = ">=3.10" license = "MIT" dependencies = [ "mcp>=1.0.0", "netmiko>=4.3.0", "pydantic>=2.0.0", "pydantic-settings>=2.0.0", ] [project.scripts] cisco-switch-mcp = "cisco_switch_mcp.server:main" [tool.hatch.build.targets.wheel] packages = ["src/cisco_switch_mcp"]