LICENSE
README.md
pyproject.toml
src/mcp_bbs/__init__.py
src/mcp_bbs/__main__.py
src/mcp_bbs/app.py
src/mcp_bbs/cli.py
src/mcp_bbs/client_test.py
src/mcp_bbs/config.py
src/mcp_bbs/discover.py
src/mcp_bbs/expect_runner.py
src/mcp_bbs/keepalive.py
src/mcp_bbs/learn.py
src/mcp_bbs/raw_replay.py
src/mcp_bbs/replay_viewer.py
src/mcp_bbs.egg-info/PKG-INFO
src/mcp_bbs.egg-info/SOURCES.txt
src/mcp_bbs.egg-info/dependency_links.txt
src/mcp_bbs.egg-info/entry_points.txt
src/mcp_bbs.egg-info/requires.txt
src/mcp_bbs.egg-info/top_level.txt
tests/test_client.py
tests/test_config.py
tests/test_discover.py
tests/test_jsonl_replay.py
tests/test_keepalive.py
tests/test_learn.py
tests/test_learn_extended.py
tests/test_telnet_client.py
tests/test_telnet_protocol.py
tests/test_telnet_protocol_extended.py