This release includes 1 breaking change for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+4 more
Affected surfaces
Summary
AI summaryRemoved Binance from the Service Directory due to incompatible auth scheme.
Full changelog
Fixed
- Service Directory — Remove Binance from directory (incompatible auth scheme)
- Binance was incorrectly listed with
hmacauth type but requires different signing than MEXC - Generic
hmactype is for MEXC-style query-string signing (signature as URL param) - Clarified auth type documentation in code comments
- MEXC remains in directory with correct
hmacauth type
- Binance was incorrectly listed with
Auth Type Documentation
The hmac auth type now clearly documented as generic query-string signing:
- Signs query string with timestamp
- Adds signature as URL parameter
- Used by MEXC and similar exchanges
Exchange-specific variants:
hmac-bybit— Bybit's HMAC (signature in headers)hmac-okx— OKX's HMAC (passphrase + base64)
Binance removed until proper hmac-binance support is added.
Install: npm install -g @true-and-useful/janee@latest
Breaking Changes
- Removed Binance entry from Service Directory because its HMAC auth scheme differs from the generic `hmac` type.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About rsdouglas/janee
Self-evolving MCP server that generates and improves its own tools at runtime. Built on FastMCP, Janee uses LLM-driven tool generation to dynamically create, test, and refine MCP tools from natural language descriptions — enabling AI agents to extend their own capabilities on the fly.
Related context
Related tools
Beta — feedback welcome: [email protected]