Skip to content

SEC EDGAR MCP Server - v1.0.3

Choose a tag to compare

@stefanoamorelli stefanoamorelli released this 17 Aug 12:16
· 59 commits to main since this release
a222fa1

🔧 Conda Fix Release

Fixed

  • Conda build: Implemented post-link scripts solution
    • Added post-link.sh (Unix/Linux/Mac) and post-link.bat (Windows)
    • Scripts install mcp and edgartools via pip after conda installation
    • Build now uses --no-deps to avoid dependency resolution issues

How it works

Since mcp and edgartools aren't available on conda-forge, the conda package now:

  1. Installs the base package with conda
  2. Automatically runs pip to install missing dependencies post-installation
  3. Works transparently for users

Full Changelog: v1.0.2...v1.0.3