.env.example
.gitignore
.mcp.json
.pre-commit-config.yaml
CLAUDE.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
docker-compose.e2e.yml
docker-compose.yml
glama.json
pyproject.toml
server.json
start_server.sh
uv.lock
.claude/settings.json
.claude-plugin/marketplace.json
.claude-plugin/plugin.json
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/workflows/ci.yml
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
.github/workflows/docker-build.yml
.github/workflows/e2e.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/client-setup.md
docs/configuration.md
docs/development.md
docs/mcp_inspector_guide.png
docs/registries.md
docs/troubleshooting.md
src/mcp_outline/__init__.py
src/mcp_outline/__main__.py
src/mcp_outline/server.py
src/mcp_outline.egg-info/PKG-INFO
src/mcp_outline.egg-info/SOURCES.txt
src/mcp_outline.egg-info/dependency_links.txt
src/mcp_outline.egg-info/entry_points.txt
src/mcp_outline.egg-info/requires.txt
src/mcp_outline.egg-info/top_level.txt
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_attachments.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/dynamic_tools/CLAUDE.md
src/mcp_outline/features/dynamic_tools/__init__.py
src/mcp_outline/features/dynamic_tools/filtering.py
src/mcp_outline/features/dynamic_tools/scope_matching.py
src/mcp_outline/features/dynamic_tools/tool_endpoint_map.py
src/mcp_outline/features/dynamic_tools/write_tool_names.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__.md
tests/__init__.py
tests/helpers.py
tests/test_dotenv_config.py
tests/test_github_copilot_simulation.py
tests/test_health.md
tests/test_health.py
tests/test_list_collections_stdio.py
tests/test_mcp_dynamic_tools_integration.py
tests/test_mcp_integration.md
tests/test_mcp_integration.py
tests/test_server.py
tests/test_stdio_logging.py
tests/test_tool_annotations.py
tests/e2e/__init__.py
tests/e2e/conftest.md
tests/e2e/conftest.py
tests/e2e/helpers.md
tests/e2e/helpers.py
tests/e2e/test_api_key_header.py
tests/e2e/test_attachments.md
tests/e2e/test_attachments.py
tests/e2e/test_batch_operations.md
tests/e2e/test_batch_operations.py
tests/e2e/test_collections.md
tests/e2e/test_collections.py
tests/e2e/test_comments.md
tests/e2e/test_comments.py
tests/e2e/test_documents.md
tests/e2e/test_documents.py
tests/e2e/test_dynamic_tool_list.py
tests/e2e/test_lifecycle.md
tests/e2e/test_lifecycle.py
tests/e2e/test_search.md
tests/e2e/test_search.py
tests/features/__init__.py
tests/features/test_dynamic_tools.py
tests/features/test_scope_matching.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_common.py
tests/features/documents/test_document_attachments.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