gsxdsm
860533eff2
FN-8402: extract config, MCP, and Pi settings routes
Extract config, MCP, and Pi-settings handlers into a dedicated dashboard route registrar.
- Move seven configuration and MCP endpoint handlers out of the API-route orchestrator.
- Preserve registrar mount precedence and document the expanded route map.
- Add registrar coverage and update the inline-route modularity baseline.
Files changed:
.../src/__tests__/mcp-documentation.test.ts | 2 +-
packages/dashboard/src/routes.ts | 303 +--------------------
packages/dashboard/src/routes/README.md | 84 +++---
.../register-config-mcp-pi-settings-routes.test.ts | 61 +++++
.../src/routes/create-api-routes-mount-sequence.ts | 2 +-
.../register-config-mcp-pi-settings-routes.ts | 275 +++++++++++++++++++
scripts/lib/routes-modular-baseline.json | 2 +-
7 files changed, 385 insertions(+), 344 deletions(-)
Fusion-Task-Id: FN-8402
Fusion-Task-Lineage: f5f71f64-03cf-41cf-9fb2-33046b0c04bf
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-20 09:35:55 -07:00
..
2026-07-14 23:18:55 -07:00
2026-07-13 23:00:25 -07:00
2026-07-20 00:18:53 -07:00
2026-06-03 19:12:28 -07:00
2026-07-19 14:08:51 -07:00
2026-07-17 15:46:31 -07:00
2026-07-10 13:26:23 -07:00
2026-07-13 01:21:33 -07:00
2026-06-24 19:25:38 -07:00
2026-07-16 10:33:47 -07:00
2026-06-18 16:47:09 -07:00
2026-07-08 09:00:47 -07:00
2026-06-15 02:30:41 -07:00
2026-07-20 09:35:55 -07:00
2026-06-25 22:41:18 -07:00
2026-07-14 23:18:55 -07:00
2026-06-03 19:12:28 -07:00
2026-07-19 18:59:36 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-06-19 05:13:39 -07:00