.env.example
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
deploy/UPGRADE_NOTES.md
deploy/install.sh
deploy/install_lib.sh
deploy/logrotate.mymcp-upgrade
deploy/mymcp.service
deploy/upgrade.sh
deploy/grafana/README.md
deploy/grafana/mymcp-dashboard.json
deploy/observability/dashboard.json
scripts/fetch-ripgrep.sh
scripts/install-offline.sh
src/algony_mymcp.egg-info/PKG-INFO
src/algony_mymcp.egg-info/SOURCES.txt
src/algony_mymcp.egg-info/dependency_links.txt
src/algony_mymcp.egg-info/entry_points.txt
src/algony_mymcp.egg-info/requires.txt
src/algony_mymcp.egg-info/top_level.txt
src/mymcp/__init__.py
src/mymcp/__main__.py
src/mymcp/_version.py
src/mymcp/audit.py
src/mymcp/auth.py
src/mymcp/cli.py
src/mymcp/config.py
src/mymcp/mcp_server.py
src/mymcp/server.py
src/mymcp/deploy/__init__.py
src/mymcp/deploy/migrate.py
src/mymcp/deploy/service.py
src/mymcp/deploy/setup.py
src/mymcp/deploy/templates/mymcp.service.in
src/mymcp/observability/__init__.py
src/mymcp/observability/instruments.py
src/mymcp/observability/logs.py
src/mymcp/observability/request_id.py
src/mymcp/observability/tracing.py
src/mymcp/tools/__init__.py
src/mymcp/tools/bash.py
src/mymcp/tools/files.py
src/mymcp/tools/transfer.py
src/mymcp/transfer/__init__.py
src/mymcp/transfer/endpoints.py
src/mymcp/transfer/tickets.py
tests/test_admin.py
tests/test_audit.py
tests/test_audit_otel.py
tests/test_auth.py
tests/test_bash.py
tests/test_bash_signal_cleanup.py
tests/test_benchmark.py
tests/test_boundary.py
tests/test_clamping.py
tests/test_cli.py
tests/test_config_settings.py
tests/test_deploy_migrate.py
tests/test_deploy_service.py
tests/test_deploy_setup.py
tests/test_doctor.py
tests/test_files.py
tests/test_install_service_cli.py
tests/test_integration.py
tests/test_main.py
tests/test_mcp.py
tests/test_metrics.py
tests/test_metrics_saturation.py
tests/test_observability_logs.py
tests/test_observability_setup.py
tests/test_permissions.py
tests/test_protected_paths.py
tests/test_request_id.py
tests/test_security.py
tests/test_server_factory.py
tests/test_token_cli.py
tests/test_traces.py
tests/test_transfer_dispatch.py
tests/test_transfer_endpoints.py
tests/test_transfer_integration.py
tests/test_transfer_tickets.py
tests/test_transfer_tools.py
tests/test_version.py