.env.example
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/release.yml
deploy/grafana/README.md
deploy/grafana/mymcp-dashboard.json
deploy/grafana/mymcp-logs-dashboard.json
docs/PUBLISHING.md
docs/operations/backup-and-disaster-recovery.md
docs/superpowers/plans/2026-07-04-recorder-llm-http-clients.md
docs/superpowers/plans/done/2026-04-01-linux-mcp-server.md
docs/superpowers/plans/done/2026-04-10-audit-and-permissions.md
docs/superpowers/plans/done/2026-04-10-interactive-install-script.md
docs/superpowers/plans/done/2026-04-16-comprehensive-testing.md
docs/superpowers/plans/done/2026-04-18-version-upgrade.md
docs/superpowers/plans/done/2026-04-21-security-testing.md
docs/superpowers/plans/done/2026-04-22-prometheus-monitoring.md
docs/superpowers/plans/done/2026-04-22-version-info.md
docs/superpowers/plans/done/2026-04-26-pip-distribution-plan-1-package-foundation.md
docs/superpowers/plans/done/2026-04-26-pip-distribution-plan-2-production-install.md
docs/superpowers/plans/done/2026-04-26-pip-distribution-plan-3-public-release.md
docs/superpowers/plans/done/2026-04-28-maintenance-and-monitoring.md
docs/superpowers/plans/done/2026-05-05-file-transfer.md
docs/superpowers/plans/done/2026-05-08-opentelemetry-observability.md
docs/superpowers/plans/done/2026-05-29-llm-recorder.md
docs/superpowers/plans/done/2026-06-04-recorder-resilience.md
docs/superpowers/plans/done/2026-06-06-architecture-refactor.md
docs/superpowers/plans/done/2026-06-06-quick-wins.md
docs/superpowers/plans/done/2026-06-06-recorder-redesign.md
docs/superpowers/plans/done/2026-06-06-security-observability-hardening.md
docs/superpowers/plans/done/2026-06-06-test-infra-and-ops-docs.md
docs/superpowers/plans/done/README.md
docs/superpowers/specs/2026-04-01-linux-mcp-server-design.md
docs/superpowers/specs/2026-04-09-interactive-install-script-design.md
docs/superpowers/specs/2026-04-10-audit-and-permissions-design.md
docs/superpowers/specs/2026-04-16-comprehensive-testing-design.md
docs/superpowers/specs/2026-04-18-version-upgrade-design.md
docs/superpowers/specs/2026-04-21-security-testing-design.md
docs/superpowers/specs/2026-04-22-prometheus-monitoring-design.md
docs/superpowers/specs/2026-04-22-version-info-design.md
docs/superpowers/specs/2026-04-26-pip-distribution-design.md
docs/superpowers/specs/2026-04-28-maintenance-and-monitoring-design.md
docs/superpowers/specs/2026-05-04-file-transfer-design.md
docs/superpowers/specs/2026-05-08-opentelemetry-observability-design.md
docs/superpowers/specs/2026-05-29-llm-recorder-design.md
docs/superpowers/specs/2026-06-04-recorder-resilience-design.md
docs/superpowers/specs/2026-06-06-project-assessment.md
docs/superpowers/specs/2026-07-04-recorder-llm-http-clients-design.md
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/scm_file_list.json
src/algony_mymcp.egg-info/scm_version.json
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_http.py
src/mymcp/recorder/llm/base.py
src/mymcp/recorder/llm/factory.py
src/mymcp/recorder/llm/http_common.py
src/mymcp/recorder/llm/openai_compat.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/__init__.py
tests/conftest.py
tests/pentest.py
tests/test_admin.py
tests/test_audit.py
tests/test_audit_otel.py
tests/test_audit_output.py
tests/test_audit_properties.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_e2e_server.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_path_properties.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_ticket_properties.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
tests/live/.env.live.example
tests/live/__init__.py
tests/live/conftest.py
tests/live/test_conftest_smoke.py
tests/live/test_live_bootstrap.py
tests/live/test_live_merge_cycle.py
tests/loadtest/__init__.py
tests/loadtest/locustfile.py
tests/recorder/__init__.py
tests/recorder/test_admin.py
tests/recorder/test_audit_output_field.py
tests/recorder/test_bootstrap.py
tests/recorder/test_config.py
tests/recorder/test_cursor.py
tests/recorder/test_events.py
tests/recorder/test_last_success_gauge.py
tests/recorder/test_last_success_only_on_real_merge.py
tests/recorder/test_merge_cycle.py
tests/recorder/test_merge_duration.py
tests/recorder/test_metrics.py
tests/recorder/test_metrics_reasons.py
tests/recorder/test_overview.py
tests/recorder/test_package.py
tests/recorder/test_pending_events.py
tests/recorder/test_probes.py
tests/recorder/test_recorder_tool_integration.py
tests/recorder/test_server_overview_tool.py
tests/recorder/test_supervisor_trace_binding.py
tests/recorder/test_task.py
tests/recorder/test_tracing.py
tests/recorder/test_wiring.py
tests/recorder/llm/__init__.py
tests/recorder/llm/test_anthropic_http.py
tests/recorder/llm/test_base.py
tests/recorder/llm/test_factory.py
tests/recorder/llm/test_http_common.py
tests/recorder/llm/test_openai_compat.py