- Starlight docs: 28 pages covering getting started, guides, tool reference, concepts (architecture, dynamic tools, runtime comms) - LoRa examples: channel scanner, quality analyzer, multi-SF receiver with both .grc and .py forms, plus ADSB+LoRa combo test - .gitignore: exclude generated artifacts (*_patched_*.py, *.wav, docs build cache, tests/scratch/) - Add .mcp.json for local MCP server config - Sync uv.lock with date-based version
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"mcpServers": {
|
|
"gnuradio-mcp": {
|
|
"type": "stdio",
|
|
"command": "uv",
|
|
"args": [
|
|
"run",
|
|
"--directory",
|
|
"/home/rpm/claude/sdr/gr-mcp",
|
|
"gnuradio-mcp"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |