MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / _cmd_provider

Function _cmd_provider

uncommon_route/cli.py:1274–1276  ·  view source on GitHub ↗
(args: list[str])

Source from the content-addressed store, hash-verified

1272
1273
1274def _cmd_provider(args: list[str]) -> None:
1275 from uncommon_route.providers import cmd_provider
1276 cmd_provider(args)
1277
1278
1279def _print_routing_config(payload: dict[str, object], *, as_json: bool = False) -> None:

Callers

nothing calls this directly

Calls 1

cmd_providerFunction · 0.90

Tested by

no test coverage detected