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

Function _command_is_read_only_observation

uncommon_route/proxy.py:1313–1314  ·  view source on GitHub ↗
(command: str)

Source from the content-addressed store, hash-verified

1311
1312
1313def _command_is_read_only_observation(command: str) -> bool:
1314 return bool(_READ_ONLY_COMMAND_RE.search(command or ""))
1315
1316
1317def _has_verification_context(text: str, command: str = "") -> bool:

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected