LICENSE
README.md
pyproject.toml
src/wingman/__init__.py
src/wingman/__main__.py
src/wingman/config.py
src/wingman/prompts.py
src/wingman/server.py
src/wingman/storage/__init__.py
src/wingman/storage/db.py
src/wingman/storage/models.py
src/wingman/tools/__init__.py
src/wingman/tools/plan_tools.py
src/wingman/tools/task_tools.py
src/wingman/tools/ui_tools.py
src/wingman/ui/__init__.py
src/wingman/ui/resource.py
src/wingman/ui/static/app.js
src/wingman/ui/static/index.html
src/wingman/ui/static/mcp-app.LICENSE
src/wingman/ui/static/mcp-app.js
src/wingman/ui/static/sortable.min.js
src/wingman/ui/static/styles.css
src/wingman_mcp.egg-info/PKG-INFO
src/wingman_mcp.egg-info/SOURCES.txt
src/wingman_mcp.egg-info/dependency_links.txt
src/wingman_mcp.egg-info/entry_points.txt
src/wingman_mcp.egg-info/requires.txt
src/wingman_mcp.egg-info/top_level.txt
tests/test_plan_tools.py
tests/test_prompts.py
tests/test_server.py
tests/test_storage.py
tests/test_ui_tools.py