[project]
name = "mcp-ntopng"
version = "0.1.0"
description = "An MCP Server for ntopng"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"mcp[cli]>=1.3.0",
"python-dotenv>=1.0.1",
"clickhouse-driver>=0.2.5",
"pip-system-certs>=4.0",
"requests>=2.32.3",
]
authors = [{ name = "Graziano Labs Corp." }]
maintainers = [
{ name = "Marco Graziano", email = "marco@graziano.com" },
]
keywords = ["ntop", "mcp", "llm", "cybersecurity"]
license = { text = "MIT" }
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Information Technology",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.13",
]
[project.scripts]
mcp-ntopng = "mcp_ntopng.main:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"