MCPcopy Create free account
hub / github.com/IBM/mcp-cli / InteractiveExitException

Class InteractiveExitException

src/mcp_cli/adapters/interactive.py:22–23  ·  view source on GitHub ↗

Custom exception for exiting interactive mode without interfering with pytest.

Source from the content-addressed store, hash-verified

20
21
22class InteractiveExitException(Exception):
23 """Custom exception for exiting interactive mode without interfering with pytest."""
24
25
26class InteractiveCommandAdapter:

Callers 2

handle_side_effectMethod · 0.90
handle_commandMethod · 0.85

Calls

no outgoing calls

Tested by 1

handle_side_effectMethod · 0.72