Recent Releases of sec-edgar-mcp

sec-edgar-mcp - SEC EDGAR MCP Server - v1.0.4

What's Changed

๐Ÿ› Bug Fixes

  • Fixed 8-K filing analysis dateofreport parsing error by @harinlee83 in #28
  • Fixed press_releases iteration issue in 8-K analysis by @harinlee83 in #28
  • Applied ruff formatting improvements

๐Ÿ“š Documentation

  • Added Contributors section with automatic contributor badges
  • Shows profile pictures of all contributors via contrib.rocks

Contributors

Thanks to @harinlee83 for the bug fixes in this release!

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v1.0.3...v1.0.4

- Python
Published by stefanoamorelli 11 months ago

sec-edgar-mcp - 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: 1. Installs the base package with conda 2. Automatically runs pip to install missing dependencies post-installation 3. Works transparently for users

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v1.0.2...v1.0.3

- Python
Published by stefanoamorelli 11 months ago

sec-edgar-mcp - SEC EDGAR MCP Server - v1.0.2

๐Ÿ› Hotfix Release

Fixed

  • Conda build: Fixed dependency resolution issues
    • Removed mcp-cli and edgartools from conda dependencies (not available on conda-forge)
    • Dependencies now installed via pip during build
    • Simplified runtime requirements for conda compatibility

Note

This is a hotfix release to address the Conda build failure from v1.0.1. PyPI package remains fully functional with all dependencies.

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v1.0.1...v1.0.2

- Python
Published by stefanoamorelli 11 months ago

sec-edgar-mcp - SEC EDGAR MCP Server - v1.0.1

What's Changed

โœจ New Features

  • ๐Ÿš€ Added PyPI publishing workflow for automated package distribution
  • ๐Ÿ“ฆ Added Conda package build fixes with dynamic versioning from Git tags
  • ๐Ÿงช Comprehensive CI/CD workflow with multi-platform testing (Ubuntu, Windows, macOS)

๐Ÿ› Bug Fixes

  • Fixed Conda build Python version requirements (3.11+ instead of 3.13)
  • Fixed Windows CI compatibility (removed Unicode characters)
  • Fixed package discovery in setuptools configuration

๐Ÿ“š Documentation

  • Added PyPI and Conda badges to README
  • Created VERSIONING.md documenting release process
  • Updated Python version requirement badge to 3.11+

๐Ÿ”ง Infrastructure

  • GitHub Actions workflows for PyPI, Conda, and Docker publishing
  • Trusted publishing setup for PyPI (no tokens needed)
  • Cross-platform CI testing for Python 3.11, 3.12, and 3.13

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v1.0.0-alpha...v1.0.1

- Python
Published by stefanoamorelli 11 months ago

sec-edgar-mcp - SEC EDGAR MCP Server v1.0.0-alpha

What's Changed

  • [Feat] Release 1.0.0-alpha by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/18
  • [Chore] Fix typing and linting issues by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/19

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v0.2.0...v1.0.0-alpha

- Python
Published by stefanoamorelli 11 months ago

sec-edgar-mcp - SEC EDGAR MCP Server v0.2.0

What's Changed

  • [Chore] Update protocol and Dockerfile by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/12
  • [Feat] Support custom protocol by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/15
  • [Chore] Add logo by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/16
  • [Feat] Introduce new tools (chunking, rss feeds, concepts extraction) by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/17

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v0.1.2...v0.2.0

- Python
Published by stefanoamorelli 12 months ago

sec-edgar-mcp - SEC EDGAR MCP Server v0.1.2 Latest

What's Changed

  • Add basic Dockerfile by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/4
  • Fix typos by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/5
  • Add Docker usage instructions by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/6
  • Add MseeP verification badge by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/8
  • Introduce Cline installation by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/9
  • Add Ruff & mypy linting workflow by @stefanoamorelli in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/10

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v0.1.1...v0.1.2

- Python
Published by stefanoamorelli about 1 year ago

sec-edgar-mcp - SEC EDGAR MCP Server v0.1.1

What's Changed

  • build: fixes to run using uv by @dijonkitchen in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/1

New Contributors

  • @dijonkitchen made their first contribution in https://github.com/stefanoamorelli/sec-edgar-mcp/pull/1

Full Changelog: https://github.com/stefanoamorelli/sec-edgar-mcp/compare/v0.1.0...v0.1.1

- Python
Published by stefanoamorelli about 1 year ago

sec-edgar-mcp - SEC EDGAR MCP v0.1.0

Features

  • MCP server for accessing SEC EDGAR data
  • Company submissions tools
  • Financial concepts and facts retrieval
  • XBRL frame querying
  • Standardized JSON-RPC interface via MCP

- Python
Published by stefanoamorelli about 1 year ago