LICENSE
README.md
pyproject.toml
src/edgarmcp/__init__.py
src/edgarmcp/__main__.py
src/edgarmcp/attachment_types.py
src/edgarmcp/cache.py
src/edgarmcp/citations.py
src/edgarmcp/company.py
src/edgarmcp/filing_loader.py
src/edgarmcp/html_server.py
src/edgarmcp/sections.py
src/edgarmcp/server.py
src/edgarmcp/types.py
src/edgarmcp/financials/__init__.py
src/edgarmcp/financials/formatter.py
src/edgarmcp/financials/merger.py
src/edgarmcp/tools/__init__.py
src/edgarmcp/tools/get_filings.py
src/edgarmcp/tools/read_document.py
src/edgarmcp/tools/search_edgar.py
src/edgarmcp/tools/search_filings.py
src/edgarmcp/tools/view_financials.py
src/mcp_sec_edgar.egg-info/PKG-INFO
src/mcp_sec_edgar.egg-info/SOURCES.txt
src/mcp_sec_edgar.egg-info/dependency_links.txt
src/mcp_sec_edgar.egg-info/entry_points.txt
src/mcp_sec_edgar.egg-info/requires.txt
src/mcp_sec_edgar.egg-info/top_level.txt
tests/test_attachment_types.py
tests/test_cache.py
tests/test_citations.py
tests/test_formatter.py
tests/test_html_server.py
tests/test_merger.py
tests/test_search_helpers.py
tests/test_sections.py