LICENSE
NOTICE
README.md
pyproject.toml
src/hub_equity_mcp/__init__.py
src/hub_equity_mcp/db.py
src/hub_equity_mcp/models.py
src/hub_equity_mcp/plan_cache.py
src/hub_equity_mcp/server.py
src/hub_equity_mcp/tool_tiers.py
src/hub_equity_mcp.egg-info/PKG-INFO
src/hub_equity_mcp.egg-info/SOURCES.txt
src/hub_equity_mcp.egg-info/dependency_links.txt
src/hub_equity_mcp.egg-info/entry_points.txt
src/hub_equity_mcp.egg-info/requires.txt
src/hub_equity_mcp.egg-info/top_level.txt
src/hub_equity_mcp/prompts/__init__.py
src/hub_equity_mcp/prompts/templates.py
src/hub_equity_mcp/resources/__init__.py
src/hub_equity_mcp/resources/best_practices.py
src/hub_equity_mcp/resources/catalog.py
src/hub_equity_mcp/resources/entity.py
src/hub_equity_mcp/resources/schema.py
src/hub_equity_mcp/resources/data/best_practices.md
src/hub_equity_mcp/resources/data/tool_usage_examples.md
src/hub_equity_mcp/tools/__init__.py
src/hub_equity_mcp/tools/compare_entities.py
src/hub_equity_mcp/tools/compare_filings.py
src/hub_equity_mcp/tools/convert_currency.py
src/hub_equity_mcp/tools/find_entity.py
src/hub_equity_mcp/tools/get_amendment_diff.py
src/hub_equity_mcp/tools/get_amendments.py
src/hub_equity_mcp/tools/get_data_quality.py
src/hub_equity_mcp/tools/get_entity_profile.py
src/hub_equity_mcp/tools/get_extension_concepts.py
src/hub_equity_mcp/tools/get_fact.py
src/hub_equity_mcp/tools/get_fact_decomposition.py
src/hub_equity_mcp/tools/get_filing_calc_tree.py
src/hub_equity_mcp/tools/get_metric_history.py
src/hub_equity_mcp/tools/get_segments.py
src/hub_equity_mcp/tools/get_validation_results.py
src/hub_equity_mcp/tools/list_hubs.py
src/hub_equity_mcp/tools/roll_up_metric.py
src/hub_equity_mcp/tools/screen_companies.py
src/hub_equity_mcp/tools/search_concept.py
src/hub_equity_mcp/tools/_internal/__init__.py
src/hub_equity_mcp/tools/_internal/expand_hub_hierarchy.py
tests/test_best_practices_resources.py
tests/test_compare_entities_rest.py
tests/test_compare_filings_rest.py
tests/test_convert_currency.py
tests/test_db_rest.py
tests/test_find_entity.py
tests/test_get_amendment_diff_rest.py
tests/test_get_amendments_rest.py
tests/test_get_data_quality_rest.py
tests/test_get_entity_profile_rest.py
tests/test_get_extension_concepts_rest.py
tests/test_get_fact.py
tests/test_get_fact_decomposition_rest.py
tests/test_get_filing_calc_tree_rest.py
tests/test_get_metric_history_rest.py
tests/test_get_segments_rest.py
tests/test_get_validation_results_rest.py
tests/test_hub_hierarchy.py
tests/test_list_hubs_rest.py
tests/test_plan_cache.py
tests/test_prompts.py
tests/test_pypi_install_safety.py
tests/test_resources.py
tests/test_roll_up_metric_rest.py
tests/test_screen_companies_rest.py
tests/test_search_concept_rest.py
tests/test_surface_inventory.py
tests/test_tool_tiers.py