SEC EDGAR MCP Server - v1.0.3
🔧 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:
- Installs the base package with conda
- Automatically runs pip to install missing dependencies post-installation
- Works transparently for users
Full Changelog: v1.0.2...v1.0.3