You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 rewrite — rewrite_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.