LICENSE
README.md
pyproject.toml
setup.py
src/slipbox_mcp/__init__.py
src/slipbox_mcp/cli.py
src/slipbox_mcp/config.py
src/slipbox_mcp/dev.py
src/slipbox_mcp/formatting.py
src/slipbox_mcp/main.py
src/slipbox_mcp/utils.py
src/slipbox_mcp.egg-info/PKG-INFO
src/slipbox_mcp.egg-info/SOURCES.txt
src/slipbox_mcp.egg-info/dependency_links.txt
src/slipbox_mcp.egg-info/entry_points.txt
src/slipbox_mcp.egg-info/requires.txt
src/slipbox_mcp.egg-info/top_level.txt
src/slipbox_mcp/models/__init__.py
src/slipbox_mcp/models/cluster_models.py
src/slipbox_mcp/models/db_models.py
src/slipbox_mcp/models/schema.py
src/slipbox_mcp/server/__init__.py
src/slipbox_mcp/server/descriptions.py
src/slipbox_mcp/server/mcp_server.py
src/slipbox_mcp/server/prompts.py
src/slipbox_mcp/server/resources.py
src/slipbox_mcp/server/tools/__init__.py
src/slipbox_mcp/server/tools/cluster_tools.py
src/slipbox_mcp/server/tools/link_tools.py
src/slipbox_mcp/server/tools/note_tools.py
src/slipbox_mcp/server/tools/search_tools.py
src/slipbox_mcp/services/__init__.py
src/slipbox_mcp/services/cluster_service.py
src/slipbox_mcp/services/search_service.py
src/slipbox_mcp/services/zettel_service.py
src/slipbox_mcp/storage/__init__.py
src/slipbox_mcp/storage/base.py
src/slipbox_mcp/storage/note_repository.py
tests/test_cli.py
tests/test_cluster_service.py
tests/test_config.py
tests/test_delete_referrer_sweep.py
tests/test_formatting.py
tests/test_fts5_schema.py
tests/test_fts5_search.py
tests/test_integration.py
tests/test_link_inverse.py
tests/test_markdown_parsing.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_note_id_path_traversal.py
tests/test_note_repository.py
tests/test_prune_dangling_links.py
tests/test_repository_queries.py
tests/test_search_service.py
tests/test_semantic_links.py
tests/test_storage_sync.py
tests/test_utils.py
tests/test_version.py
tests/test_zettel_service.py