LICENSE
README.md
pyproject.toml
openzim_mcp/__init__.py
openzim_mcp/__main__.py
openzim_mcp/async_operations.py
openzim_mcp/bundle.py
openzim_mcp/cache.py
openzim_mcp/compact_renderers.py
openzim_mcp/config.py
openzim_mcp/constants.py
openzim_mcp/content_processor.py
openzim_mcp/defaults.py
openzim_mcp/error_messages.py
openzim_mcp/exceptions.py
openzim_mcp/http_app.py
openzim_mcp/intent_parser.py
openzim_mcp/main.py
openzim_mcp/meta.py
openzim_mcp/pagination.py
openzim_mcp/query_rewrite_data.py
openzim_mcp/rate_limiter.py
openzim_mcp/request_context.py
openzim_mcp/responses.py
openzim_mcp/security.py
openzim_mcp/server.py
openzim_mcp/simple_tools.py
openzim_mcp/subscriptions.py
openzim_mcp/synthesize.py
openzim_mcp/timeout_utils.py
openzim_mcp/title_promotion.py
openzim_mcp/tool_schemas.py
openzim_mcp/zim_operations.py
openzim_mcp.egg-info/PKG-INFO
openzim_mcp.egg-info/SOURCES.txt
openzim_mcp.egg-info/dependency_links.txt
openzim_mcp.egg-info/entry_points.txt
openzim_mcp.egg-info/requires.txt
openzim_mcp.egg-info/top_level.txt
openzim_mcp/data/__init__.py
openzim_mcp/data/misspellings.txt
openzim_mcp/data/misspellings_exclusions.txt
openzim_mcp/ml/__init__.py
openzim_mcp/ml/fallback.py
openzim_mcp/ml/reranker.py
openzim_mcp/ml/cli/__init__.py
openzim_mcp/ml/cli/download.py
openzim_mcp/tools/__init__.py
openzim_mcp/tools/content_tools.py
openzim_mcp/tools/file_tools.py
openzim_mcp/tools/metadata_tools.py
openzim_mcp/tools/navigation_tools.py
openzim_mcp/tools/prompts.py
openzim_mcp/tools/resource_tools.py
openzim_mcp/tools/search_tools.py
openzim_mcp/tools/server_tools.py
openzim_mcp/tools/structure_tools.py
openzim_mcp/zim/__init__.py
openzim_mcp/zim/archive.py
openzim_mcp/zim/content.py
openzim_mcp/zim/namespace.py
openzim_mcp/zim/search.py
openzim_mcp/zim/structure.py
tests/test_async_operations.py
tests/test_batch_get_entries.py
tests/test_browse_namespace_d11_v2a9.py
tests/test_browse_w_namespace_v2a9.py
tests/test_bundle.py
tests/test_cache.py
tests/test_cache_control.py
tests/test_config.py
tests/test_content_processor.py
tests/test_content_processor_fixes_v2a7.py
tests/test_content_processor_infobox.py
tests/test_content_processor_tables.py
tests/test_content_tools.py
tests/test_create_snippet_query_aware.py
tests/test_defaults.py
tests/test_error_messages.py
tests/test_exceptions.py
tests/test_extract_article_links_pagination.py
tests/test_extract_links_cache_sharing.py
tests/test_file_tools.py
tests/test_file_tools_extended.py
tests/test_find_entry_by_title.py
tests/test_find_entry_by_title_quality.py
tests/test_find_entry_by_title_redirect_dedup.py
tests/test_get_related_articles.py
tests/test_get_section.py
tests/test_get_section_d5_widen_v2a9.py
tests/test_golden_v2_phase_a.py
tests/test_golden_v2_phase_b.py
tests/test_golden_v2_phase_c.py
tests/test_http_auth.py
tests/test_http_cors.py
tests/test_http_transport.py
tests/test_integration.py
tests/test_iter_query_tails.py
tests/test_iter_query_windows.py
tests/test_main.py
tests/test_meta.py
tests/test_metadata_html_extraction_v2a9.py
tests/test_metadata_tools.py
tests/test_metadata_tools_extended.py
tests/test_namespace_scheme_aware.py
tests/test_navigation_tools.py
tests/test_pagination_cursor.py
tests/test_path_traversal_d12_v2a9.py
tests/test_per_entry_resource.py
tests/test_per_entry_resource_size_cap.py
tests/test_post_a11_beta_fixes.py
tests/test_post_a12_beta_fixes.py
tests/test_post_a15_beta_fixes.py
tests/test_post_a16_beta_fixes.py
tests/test_post_a17_beta_fixes.py
tests/test_post_a18_beta_fixes.py
tests/test_post_a19_beta_fixes.py
tests/test_post_a20_beta_fixes.py
tests/test_post_a21_beta_fixes.py
tests/test_post_a22_beta_fixes.py
tests/test_post_a23_beta_fixes.py
tests/test_post_a24_beta_fixes.py
tests/test_post_b10_beta_fixes.py
tests/test_post_b11_beta_fixes.py
tests/test_post_b1_beta_fixes.py
tests/test_post_b2_beta_fixes.py
tests/test_post_b3_beta_fixes.py
tests/test_post_b4_beta_fixes.py
tests/test_post_b6_beta_fixes.py
tests/test_post_b7_beta_fixes.py
tests/test_post_b8_beta_fixes.py
tests/test_post_b9_beta_fixes.py
tests/test_prompts.py
tests/test_query_rewrite_config.py
tests/test_query_rewrite_data.py
tests/test_query_rewrite_tier1.py
tests/test_rate_limiter.py
tests/test_regex_security.py
tests/test_resources.py
tests/test_response_contract.py
tests/test_responses.py
tests/test_search_all.py
tests/test_search_tools.py
tests/test_security.py
tests/test_server.py
tests/test_server_tools.py
tests/test_server_tools_extended.py
tests/test_simple_tools.py
tests/test_simple_tools_tail_probe.py
tests/test_simple_tools_typo_trailer_canonical_path.py
tests/test_simple_tools_window_probe.py
tests/test_structure_tools.py
tests/test_structured_tool_output.py
tests/test_subject_attribute_resolution.py
tests/test_subscriptions.py
tests/test_synthesize.py
tests/test_synthesize_considered_handles.py
tests/test_synthesize_meta_d7d8_v2a9.py
tests/test_synthesize_section_affinity.py
tests/test_synthesize_section_attribution_live_shape.py
tests/test_synthesize_title_promotion_v2a9.py
tests/test_timeout_utils.py
tests/test_title_match_hit_redirect_canonicalization.py
tests/test_tool_schemas.py
tests/test_truncate_content_messaging.py
tests/test_typo_variants_v2a7.py
tests/test_v2a7_fixes_helpers.py
tests/test_walk_namespace.py
tests/test_zim_operations.py