Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to `@justlend/mcp-server-justlend` are documented here. Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) with [Semantic Versioning](https://semver.org/). Dates are approximate, derived from git history; see the repository log for exact commits.

## [1.1.3] — 2026-08-19

**Theme**: secure energy direct purchase, versioned MCP structured outputs, and market-inventory reconciliation.

### Added

- Added six fail-closed energy direct-purchase tools for configuration discovery, authoritative quotes, public history, order recovery, payment-risk reconciliation, and confirmed purchases.
- All 104 tools now declare a common MCP `outputSchema` and return a versioned `structuredContent` envelope (`schemaVersion`, `tool`, `result`) on success while preserving legacy text content.
- The generated `mcp-api-list.md` now documents the output contract globally and on every tool.
- Registration and adapter tests lock output-schema coverage and backward-compatible text results.

### Fixed

- Reconciled the V1 roster to **24 markets (18 active + 6 legacy)** and restored active `jU` to the README table.
- Corrected stale tool-module and historical-record counts in the architecture reference.
- Hardened direct-purchase recovery with payer-scoped intents, cross-process serialization, duplicate-payment protection, and solidified-success confirmation before order creation.
- Blocked redirect forwarding for signed payments/order tokens, restored public payer history, and retained recovery state until history confirms tokenless idempotent orders.
- Updated the transitive `nanoid` override to the patched `3.3.18` release.

## [1.1.2] — 2026-07-15

**Theme**: TRX↔WTRX wrap/unwrap tools + USDT/USDC/USDJ approve reset-to-0 hardening.
Expand Down
99 changes: 74 additions & 25 deletions README.md

Large diffs are not rendered by default.

403 changes: 296 additions & 107 deletions mcp-api-list.md

Large diffs are not rendered by default.

Loading
Loading