LICENSE
README.md
pyproject.toml
src/adventure_handler/__init__.py
src/adventure_handler/__main__.py
src/adventure_handler/database.py
src/adventure_handler/dice.py
src/adventure_handler/example_usage.py
src/adventure_handler/json_validator.py
src/adventure_handler/models.py
src/adventure_handler/prompt_and_rules.json
src/adventure_handler/randomizer.py
src/adventure_handler/server.py
src/adventure_handler/adventures/checkout_chaos.json
src/adventure_handler/adventures/clockwork_conspiracy.json
src/adventure_handler/adventures/cursed_shores.json
src/adventure_handler/adventures/fantasy_dungeon.json
src/adventure_handler/adventures/noir_detective.json
src/adventure_handler/adventures/scifi_station.json
src/adventure_handler/adventures/void_claim.json
src/text_adventure_handler_mcp.egg-info/PKG-INFO
src/text_adventure_handler_mcp.egg-info/SOURCES.txt
src/text_adventure_handler_mcp.egg-info/dependency_links.txt
src/text_adventure_handler_mcp.egg-info/entry_points.txt
src/text_adventure_handler_mcp.egg-info/requires.txt
src/text_adventure_handler_mcp.egg-info/top_level.txt
tests/test_database.py
tests/test_dice.py
tests/test_input_validation.py
tests/test_manage_character.py
tests/test_memory.py
tests/test_models.py
tests/test_randomizer.py
tests/test_server.py