Skip to content

Releases: barkermoney/barker-mcp

v2.0.1 — Fix share_pct Semantics

Choose a tag to compare

@zuoyeweb3 zuoyeweb3 released this 19 Apr 15:47

Fix

  • share_pct is now explicitly a decimal fraction, not a percentage
  • Example: 0.05 means 5%, not 5.0

Impact

Integrations that previously interpreted the value as a percentage need to adjust their numeric mapping.

v2.0.0 — Slim Response Fields (Breaking)

Choose a tag to compare

@zuoyeweb3 zuoyeweb3 released this 19 Apr 15:47

⚠️ 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

Choose a tag to compare

@zuoyeweb3 zuoyeweb3 released this 19 Apr 15:47

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.