.devcontainer.json
.env.example
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
SECURITY.md
docker-compose.yaml
pyproject.toml
test_error.py
.github/assign.yml
.github/copilot-instructions.md
.github/chatmodes/coder.chatmode.md
.github/chatmodes/duploctl.chatmode.md
.github/chatmodes/implementation-plan.chatmode.md
.github/chatmodes/research.chatmode.md
.github/chatmodes/workspace.chatmode.md
.github/instructions/py.instructions.md
.github/instructions/yaml.instructions.md
.github/reports/cli-implementation-1.plan.md
.github/reports/mcp-cli-1.research.md
.github/reports/transport-configuration-research.md
.github/workflows/image.yml
.github/workflows/package.yml
.github/workflows/publish.yml
.github/workflows/pull_request.yml
.github/workflows/test.yml
.vscode/extensions.json
.vscode/mcp.json
.vscode/settings.json
.vscode/tasks.json
duplocloud/mcp/__init__.py
duplocloud/mcp/__main__.py
duplocloud/mcp/app.py
duplocloud/mcp/compact_tools.py
duplocloud/mcp/config_display.py
duplocloud/mcp/ctx.py
duplocloud/mcp/server.py
duplocloud/mcp/tools.py
duplocloud/mcp/utils.py
duplocloud_mcp.egg-info/PKG-INFO
duplocloud_mcp.egg-info/SOURCES.txt
duplocloud_mcp.egg-info/dependency_links.txt
duplocloud_mcp.egg-info/entry_points.txt
duplocloud_mcp.egg-info/requires.txt
duplocloud_mcp.egg-info/top_level.txt
scripts/devcontainer.sh
scripts/init.sh
scripts/setup.sh
tests/__init__.py
tests/conftest.py
tests/test_ctx.py
tests/test_custom.py
tests/test_filters.py
tests/test_modes.py
tests/test_server.py
tests/test_tools.py