- 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
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "gr-mcp-docs",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"generate-api-docs": "python scripts/generate-api-docs.py"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/starlight": "^0.32.3",
|
|
"astro": "^5.2.5",
|
|
"sharp": "^0.33.5"
|
|
}
|
|
}
|