Releases: barkermoney/barker-mcp
Releases · barkermoney/barker-mcp
Release list
v2.0.1 — Fix share_pct Semantics
Fix
share_pctis now explicitly a decimal fraction, not a percentage- Example:
0.05means 5%, not5.0
Impact
Integrations that previously interpreted the value as a percentage need to adjust their numeric mapping.
v2.0.0 — Slim Response Fields (Breaking)
⚠️ Breaking Change
Skill response payloads have been slimmed down to focus on the fields users actually care about. v1.x integrations need to be updated.
Why
- Original responses carried a lot of intermediate fields — too much noise
- Slimmer payloads make LLM calls more stable and reduce token cost
Migration
If your integration reads v1.x response fields, update your field references to match the new schema.
v1.0.0 — Initial Release
Barker Stablecoin Skills v1.0.0
First public release — 7 AI skills for stablecoin yield intelligence.
What's included
- Real-time APY data across 500+ DeFi protocols and 20+ CEX venues
- Free API, no authentication required
- Covers USDC / USDT / major stablecoin use cases
Usage
See the repository README for the skill manifest and examples.