Skip to content

Release v0.38.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Sep 16:44

馃摝 Downloads

Binary Downloads

Compressed archives containing platform-specific binaries:

Docker Images

# Stable version
# Extended version (recommended)
docker pull ghcr.io/1mcp-app/agent:v0.38.0
docker pull ghcr.io/1mcp-app/agent:latest

# Lite version (minimal dependencies)
docker pull ghcr.io/1mcp-app/agent:v0.38.0-lite
docker pull ghcr.io/1mcp-app/agent:lite

NPM Installation

npm install -g @1mcp/agent@latest

馃殌 Features

馃悰 Bug Fixes

  • Address code scanning alerts (#519) by @xizhibei in #519
  • Refresh conformance pins and report integrity failures (#529) by @xizhibei in #529
  • Prevent workflow script injection and add schema-based security gate (#515) (#516) by @Xxx91n in #516
  • Enforce owner-only permissions on credential stores, with read-side self-heal (AUTH-07) (#518) by @Xxx91n in #518

馃И Testing

鈿欙笍 Miscellaneous Tasks

  • Improve code formatting across multiple files by @xizhibei

Full Changelog: v0.37.0...v0.38.0