LICENSE
README.md
pyproject.toml
src/getbased_dashboard/__init__.py
src/getbased_dashboard/cli.py
src/getbased_dashboard/config.py
src/getbased_dashboard/server.py
src/getbased_dashboard.egg-info/PKG-INFO
src/getbased_dashboard.egg-info/SOURCES.txt
src/getbased_dashboard.egg-info/dependency_links.txt
src/getbased_dashboard.egg-info/entry_points.txt
src/getbased_dashboard.egg-info/requires.txt
src/getbased_dashboard.egg-info/top_level.txt
src/getbased_dashboard/api/__init__.py
src/getbased_dashboard/api/activity.py
src/getbased_dashboard/api/knowledge.py
src/getbased_dashboard/api/mcp.py
src/getbased_dashboard/web/app.js
src/getbased_dashboard/web/index.html
src/getbased_dashboard/web/modals.js
src/getbased_dashboard/web/styles.css
src/getbased_dashboard/web/tabs/activity.js
src/getbased_dashboard/web/tabs/knowledge.js
src/getbased_dashboard/web/tabs/mcp.js
tests/test_activity_api.py
tests/test_cli.py
tests/test_env_loader.py
tests/test_knowledge_api.py
tests/test_mcp_api.py
tests/test_server.py