LICENSE
README.md
pyproject.toml
src/ffbb_mcp/__init__.py
src/ffbb_mcp/__main__.py
src/ffbb_mcp/_state.py
src/ffbb_mcp/aliases.py
src/ffbb_mcp/aliases_registry.py
src/ffbb_mcp/analytics.py
src/ffbb_mcp/app_factory.py
src/ffbb_mcp/cache_strategy.py
src/ffbb_mcp/canonical_status.py
src/ffbb_mcp/client.py
src/ffbb_mcp/dashboard.py
src/ffbb_mcp/dynamique.py
src/ffbb_mcp/envelope.py
src/ffbb_mcp/metrics.py
src/ffbb_mcp/models.py
src/ffbb_mcp/persistent_cache.py
src/ffbb_mcp/prompts.py
src/ffbb_mcp/py.typed
src/ffbb_mcp/resources.py
src/ffbb_mcp/routes.py
src/ffbb_mcp/server.py
src/ffbb_mcp/sse_patch.py
src/ffbb_mcp/strict_resolver.py
src/ffbb_mcp/utils.py
src/ffbb_mcp/regulations/__init__.py
src/ffbb_mcp/regulations/applicability.py
src/ffbb_mcp/regulations/engine.py
src/ffbb_mcp/regulations/indexer.py
src/ffbb_mcp/regulations/models.py
src/ffbb_mcp/regulations/data/manifest.yaml
src/ffbb_mcp/regulations/data/2026-2027/departmental/comite_03/reglement_departemental_03.md
src/ffbb_mcp/regulations/data/2026-2027/departmental/comite_59/reglement_departemental_59.md
src/ffbb_mcp/regulations/data/2026-2027/departmental/comite_63/reglement_departemental_63.md
src/ffbb_mcp/regulations/data/2026-2027/departmental/comite_69/reglement_departemental_69.md
src/ffbb_mcp/regulations/data/2026-2027/departmental/comite_75/reglement_departemental_75.md
src/ffbb_mcp/regulations/data/2026-2027/federal/rsg_ffbb_2026_2027.md
src/ffbb_mcp/regulations/data/2026-2027/federal/rsp_lf2_nf1_nf2_nf3.md
src/ffbb_mcp/regulations/data/2026-2027/federal/rsp_nm1_nm2_nm3.md
src/ffbb_mcp/regulations/data/2026-2027/federal/rsp_u15_elite.md
src/ffbb_mcp/regulations/data/2026-2027/federal/rsp_u18_elite.md
src/ffbb_mcp/regulations/data/2026-2027/regional/aura/reglement_sportif_aura.md
src/ffbb_mcp/regulations/data/2026-2027/regional/hdf/reglement_sportif_hdf.md
src/ffbb_mcp/regulations/data/2026-2027/regional/idf/reglement_sportif_idf.md
src/ffbb_mcp/services/__init__.py
src/ffbb_mcp/services/bilan.py
src/ffbb_mcp/services/calendar.py
src/ffbb_mcp/services/club.py
src/ffbb_mcp/services/common.py
src/ffbb_mcp/services/division.py
src/ffbb_mcp/services/http_api.py
src/ffbb_mcp/services/poule.py
src/ffbb_mcp/services/regulations.py
src/ffbb_mcp/services/salle.py
src/ffbb_mcp/services/search.py
src/ffbb_mcp/services/warmup.py
src/ffbb_mcp_server.egg-info/PKG-INFO
src/ffbb_mcp_server.egg-info/SOURCES.txt
src/ffbb_mcp_server.egg-info/dependency_links.txt
src/ffbb_mcp_server.egg-info/entry_points.txt
src/ffbb_mcp_server.egg-info/requires.txt
src/ffbb_mcp_server.egg-info/top_level.txt
tests/test_aliases_robustness.py
tests/test_analytics.py
tests/test_anomalies_regression.py
tests/test_app_factory.py
tests/test_audit_feedback.py
tests/test_audit_remediation.py
tests/test_bilan_rencontres.py
tests/test_cache_config.py
tests/test_calendar_scoped.py
tests/test_canonical_status.py
tests/test_client.py
tests/test_common.py
tests/test_competition_aliases_registry.py
tests/test_dashboard.py
tests/test_division_resolution.py
tests/test_dynamique.py
tests/test_feature_ranking_auto.py
tests/test_ffbb_club_auto_res.py
tests/test_hypothesis_properties.py
tests/test_lifespan.py
tests/test_metrics.py
tests/test_models.py
tests/test_optimizations_v1_11.py
tests/test_phase.py
tests/test_prompts.py
tests/test_refactored_helpers.py
tests/test_regulations.py
tests/test_regulations_reliable.py
tests/test_resolve_log_paths.py
tests/test_resources.py
tests/test_routes.py
tests/test_schema_alignment.py
tests/test_schema_parity.py
tests/test_server.py
tests/test_services.py
tests/test_sse_reconnect.py
tests/test_strict_resolver.py
tests/test_swr_inflight_concurrent.py
tests/test_utils.py
tests/test_version_tools.py
tests/test_warmup.py