Chore
Remove the ability to deploy server groups from registry data (thv group run). Registry-based groups were a ToolHive-specific concept embedded in registry JSON files that adds complexity without active use.
What
groupRunCmdFunc returns clear error with migration guidance
handleGroupLookup in retriever returns "no longer supported" error
- Delete ~400 lines of dead group deployment/validation code
Completion Checklist
Chore
Remove the ability to deploy server groups from registry data (
thv group run). Registry-based groups were a ToolHive-specific concept embedded in registry JSON files that adds complexity without active use.What
groupRunCmdFuncreturns clear error with migration guidancehandleGroupLookupin retriever returns "no longer supported" errorCompletion Checklist
thv group runreturns informative error pointing tothv group create+thv run --groupthv group create/list/rm) and groups API unaffectedtask build+task test+task lintpass