Skip to content

v1.0.7 - SEC EDGAR MCP Server

Choose a tag to compare

@stefanoamorelli stefanoamorelli released this 25 Jan 18:03
· 6 commits to main since this release
d378d69

Bug Fixes

  • Fixed `get_recent_filings` failing when no company identifier provided (#46, fixes #45)
  • Updated to use `get_current_filings()` from edgartools instead of deprecated `get_filings()`
  • Changed parameter from `count` to `page_size` to match upstream API
  • Adjusted default limit to 40 to align with edgartools defaults

Thanks to @seanq101 for the contribution!