.env.example
.gitignore
.pre-commit-config.yaml
CLAUDE.md
Dockerfile
LICENSE
README.md
TODO.md
docker-compose.yml
pyproject.toml
start_server.sh
uv.lock
.claude/settings.json
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docker-build.yml
.github/workflows/publish-pypi.yml
.github/workflows/release.yml
.vscode/settings.json
.vscode/tasks.json
config/dex-config.yaml
config/outline.env.example
docs/mcp_inspector_guide.png
src/iflow_mcp_mcp_outline.egg-info/PKG-INFO
src/iflow_mcp_mcp_outline.egg-info/SOURCES.txt
src/iflow_mcp_mcp_outline.egg-info/dependency_links.txt
src/iflow_mcp_mcp_outline.egg-info/entry_points.txt
src/iflow_mcp_mcp_outline.egg-info/requires.txt
src/iflow_mcp_mcp_outline.egg-info/top_level.txt
src/mcp_outline/__init__.py
src/mcp_outline/__main__.py
src/mcp_outline/server.py
src/mcp_outline/features/__init__.py
src/mcp_outline/features/health.py
src/mcp_outline/features/documents/__init__.py
src/mcp_outline/features/documents/ai_tools.py
src/mcp_outline/features/documents/batch_operations.py
src/mcp_outline/features/documents/collection_tools.py
src/mcp_outline/features/documents/common.py
src/mcp_outline/features/documents/document_collaboration.py
src/mcp_outline/features/documents/document_content.py
src/mcp_outline/features/documents/document_lifecycle.py
src/mcp_outline/features/documents/document_organization.py
src/mcp_outline/features/documents/document_reading.py
src/mcp_outline/features/documents/document_search.py
src/mcp_outline/features/resources/__init__.py
src/mcp_outline/features/resources/collection_resources.py
src/mcp_outline/features/resources/document_resources.py
src/mcp_outline/patches/__init__.py
src/mcp_outline/patches/copilot_cli.py
src/mcp_outline/utils/__init__.py
src/mcp_outline/utils/outline_client.py
tests/__init__.py
tests/test_github_copilot_simulation.py
tests/test_list_collections_stdio.py
tests/test_mcp_integration.py
tests/test_server.py
tests/test_stdio_logging.py
tests/features/__init__.py
tests/features/documents/__init__.py
tests/features/documents/test_ai_tools.py
tests/features/documents/test_batch_operations.py
tests/features/documents/test_collection_tools.py
tests/features/documents/test_document_collaboration.py
tests/features/documents/test_document_content.py
tests/features/documents/test_document_lifecycle.py
tests/features/documents/test_document_organization.py
tests/features/documents/test_document_reading.py
tests/features/documents/test_document_search.py
tests/features/resources/__init__.py
tests/features/resources/test_collection_resources.py
tests/features/resources/test_document_resources.py
tests/utils/__init__.py
tests/utils/test_outline_client.py