README.md
pyproject.toml
cursorconnect/__init__.py
cursorconnect/agent.py
cursorconnect/artifact.py
cursorconnect/cli.py
cursorconnect/client.py
cursorconnect/cursor.py
cursorconnect/exceptions.py
cursorconnect/mesh.py
cursorconnect/run.py
cursorconnect.egg-info/PKG-INFO
cursorconnect.egg-info/SOURCES.txt
cursorconnect.egg-info/dependency_links.txt
cursorconnect.egg-info/entry_points.txt
cursorconnect.egg-info/requires.txt
cursorconnect.egg-info/top_level.txt
cursorconnect/_bridge/__init__.py
cursorconnect/_bridge/local_run.py
cursorconnect/_bridge/manager.py
cursorconnect/_bridge/setup.py
cursorconnect/types/__init__.py
cursorconnect/types/account.py
cursorconnect/types/conversation.py
cursorconnect/types/mcp.py
cursorconnect/types/mesh.py
cursorconnect/types/messages.py
cursorconnect/types/models.py
cursorconnect/types/options.py
cursorconnect/types/run_protocol.py
cursorconnect/types/updates.py
tests/test_agent_lifecycle.py
tests/test_bridge_streaming.py
tests/test_compat_shim.py
tests/test_cursor_namespace.py
tests/test_error_handling.py
tests/test_mesh.py
tests/test_run_operations.py