We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yoelbassin/gnuradioMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "gnuradio-mcp"
version = "0.1.0"
description = "A FastMCP server for gnuradio."
requires-python = ">=3.13"
dependencies = [
"pydantic",
"fastmcp",
# for gnuradio
"mako",
"pyyaml",
]
[project.optional-dependencies]
dev = [
"pytest >= 7.0",
"pytest-asyncio",
"pre-commit"
]
[tool.pytest.ini_options]
# Tell pytest where to find the package
pythonpath = ["src", "."]
asyncio_mode = "auto"