[project]
name = "gr-mcp"
version = "1.0.0"
description = "GNU Radio Model Context Protocol Server"
readme = "README.md"
requires-python = ">=3.10"
license = {text = "MIT"}
authors = [
{name = "Erwin Karincic"},
]
classifiers = [
"Intended Audience :: Science/Research",
"Intended Audience :: Education",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Scientific/Engineering",
]
dependencies = [
"mcp[cli]>=1.26.0",
"numpy<2",
"pyyaml>=6.0",
"pydantic>=2.0",
]
[project.urls]
Homepage = "https://github.com/dollarhyde/gr-mcp"
Repository = "https://github.com/dollarhyde/gr-mcp"
"Bug Tracker" = "https://github.com/dollarhyde/gr-mcp/issues"
[build-system]
requires = ["setuptools>=64"]
build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
testpaths = ["tests"]
pythonpath = ["src"]
[tool.ruff]
target-version = "py310"
line-length = 120