Tags

Tags give the ability to mark specific points in history as being important
  • mcp-v0.7.0

    mcp-v0.7.0 — the last two audit findings
    
    - list_operators returns truncated + a warning: the fold is last-write-wins over
      OperatorSet logs and the scanner skips spans it cannot read, so a dropped
      revocation reported a REVOKED operator as still active — under throttling,
      which is when this call is most likely to be throttled.
    - execute_* is serialized per chain: concurrent calls each checked the ops/hour
      limit against the same pre-broadcast list and each simulated a state none of
      the others had changed.
    
    Skill 3.4.0.
    
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
  • mcp-v0.6.0

    mcp-v0.6.0 — audit blockers closed, position history for agents
    
    Ships the rpcBudget pacing that mcp-v0.5.0 (tagged four days before it existed)
    never carried, and closes the seven blockers a pre-release audit found — three of
    which fire exactly when a provider throttles, i.e. in the condition this release
    claims to fix.
    
    - provider API key no longer leaks into tool results
    - wallet.password no longer returned by the setup tools
    - execute_* is not replayable after a broadcast
    - setup_write_config is path-confined, schema-validated, honestly annotated
    - generated configs carry an explicit policy block
    - get_position_history: realised fees and the opening basket, from the index
    - RPC_BUDGET_RPS documented; skill 3.3.0
    
    Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
  • mcp-v0.5.0

    @envelop/mcp-lp 0.5.0 — the skill as a Claude Code plugin, a hosted zip and MCP resources
  • mcp-v0.4.0

    @envelop/mcp-lp 0.4.0 — progressive-disclosure skill with product onboarding, oracle-guard copy, skill drift guard
  • mcp-v0.3.0

    envelop-mcp-lp 0.3.0 — first npm release
    
    @envelop/mcp-lp: self-contained esbuild bundle (~1.9 MB, zero runtime deps),
    one process serving every configured chain, keystore-based operator wallets,
    and a setup flow that turns a manager page link into a verified config.
    
    Version tracks the stablelp-ui app (0.3.0). Publishes to the project's GitLab
    npm Package Registry via the mcp-publish job.