fix: update project URLs from GitHub to Gitea, switch to date-based versioning

- pyproject.toml URLs now point to git.supported.systems/MCP/gr-mcp
- README clone URL updated to match
- Version bumped to 2026.02.20 (date-based scheme)
- Published to PyPI as gnuradio-mcp==2026.2.20
This commit is contained in:
Ryan Malloy 2026-02-20 15:53:02 -07:00
parent 212832e7e4
commit 41dcebbf6d
2 changed files with 5 additions and 5 deletions

View File

@ -20,7 +20,7 @@
### 1. Install
```bash
git clone https://github.com/rsp2k/gr-mcp
git clone https://git.supported.systems/MCP/gr-mcp
cd gr-mcp
# Create venv with system site-packages (required for gnuradio)

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "gnuradio-mcp"
version = "0.2.0"
version = "2026.02.20"
description = "MCP server for GNU Radio — build, validate, run, and export flowgraphs programmatically."
readme = "README.md"
license = "MIT"
@ -39,9 +39,9 @@ dev = [
]
[project.urls]
Homepage = "https://github.com/rsp2k/gr-mcp"
Repository = "https://github.com/rsp2k/gr-mcp"
Issues = "https://github.com/rsp2k/gr-mcp/issues"
Homepage = "https://git.supported.systems/MCP/gr-mcp"
Repository = "https://git.supported.systems/MCP/gr-mcp"
Issues = "https://git.supported.systems/MCP/gr-mcp/issues"
[project.scripts]
gnuradio-mcp = "gnuradio_mcp.server:main"