Skip to content

rsdouglas/janee

v0.5.1 Breaking

This release includes 1 breaking change for platform teams planning a safe upgrade.

Published 3mo Secrets & Credentials
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents api-keys claude cursor llm mcp
+4 more
mcp-server model-context-protocol secrets-management security

Affected surfaces

auth

Summary

AI summary

Removed 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 hmac auth type but requires different signing than MEXC
    • Generic hmac type is for MEXC-style query-string signing (signature as URL param)
    • Clarified auth type documentation in code comments
    • MEXC remains in directory with correct hmac auth type

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

Track rsdouglas/janee

Get notified when new releases ship.

Sign up free

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.

All releases →

Beta — feedback welcome: [email protected]