pyproject.toml•663 B
[tool.poetry]
name = "nautobot-mcp"
version = "0.1.2"
description = "Nautobot MCP"
authors = ["Geury Torres <geuryt@yahoo.com>"]
license = "Apache-2.0"
readme = "README.md"
packages = [{ include = "nautobot_mcp" }]
repository = "https://github.com/gt732/nautobot-app-mcp"
classifiers = [
"License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Framework :: Django",
"Intended Audience :: System Administrators"
]
[tool.poetry.dependencies]
python = "^3.8"
mcp = "^1.6.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"