Skip to content

MCPTap v2.5.4

Choose a tag to compare

@pczerkas pczerkas released this 05 Aug 18:36
· 6 commits to master since this release

[2.5.4]

Added

  • GitHub Sponsors funding configuration — new .github/FUNDING.yml
    enables the "Sponsor" button on the repository page, linking to
    pczerkas and PCODE-pl GitHub Sponsors profiles.

Fixed

  • KeyError on payload rewriterewrite_json_payload in
    mcptap/rewrite.py unconditionally deleted the include key from
    the request payload, raising KeyError when the field was absent.
    The removal is now guarded by an if "include" in payload check.

Changed

  • Suppress markdownlint MD041 on LICENSE — added a
    <!-- markdownlint-disable-next-line MD041 --> directive so the
    Apache License heading (which does not start with a Markdown #
    heading) no longer triggers the first-line-heading rule.

Full Changelog

v2.5.3...v2.5.4