Initial commit: Cisco Switch MCP with fixes C3, C4, C5, C6, S2
This commit is contained in:
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
[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"]
|
||||
Reference in New Issue
Block a user