.env.example
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
deploy/grafana/README.md
deploy/grafana/mymcp-dashboard.json
deploy/grafana/mymcp-logs-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/audit_output.py
src/mymcp/auth.py
src/mymcp/cli.py
src/mymcp/config.py
src/mymcp/mcp_server.py
src/mymcp/server.py
src/mymcp/tool_definitions.py
src/mymcp/deploy/__init__.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/recorder/__init__.py
src/mymcp/recorder/admin.py
src/mymcp/recorder/bootstrap.py
src/mymcp/recorder/cursor.py
src/mymcp/recorder/events.py
src/mymcp/recorder/merge_cycle.py
src/mymcp/recorder/overview.py
src/mymcp/recorder/probes.py
src/mymcp/recorder/prompts.py
src/mymcp/recorder/task.py
src/mymcp/recorder/tool.py
src/mymcp/recorder/wiring.py
src/mymcp/recorder/llm/__init__.py
src/mymcp/recorder/llm/anthropic_client.py
src/mymcp/recorder/llm/base.py
src/mymcp/recorder/llm/factory.py
src/mymcp/recorder/llm/openai_client.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_audit_output.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_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_protected_paths_mode.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