Skip to content

Releases: codenotary/amon

amon 1.4.20

Choose a tag to compare

@vchaindz vchaindz released this 14 Aug 14:25

Prebuilt amon CLI binaries for Linux, macOS, and Windows.

See the README for install
instructions. Verify downloads against checksums.sha256.

amon 1.4.19

Choose a tag to compare

@vchaindz vchaindz released this 12 Aug 19:18

Prebuilt amon CLI binaries for Linux, macOS, and Windows.

See the README for install
instructions. Verify downloads against checksums.sha256.

amon 1.4.18

Choose a tag to compare

@vchaindz vchaindz released this 11 Aug 11:24

Prebuilt amon CLI binaries for Linux, macOS, and Windows.

See the README for install
instructions. Verify downloads against checksums.sha256.

amon 1.4.17

Choose a tag to compare

@vchaindz vchaindz released this 15 Jul 13:44

Prebuilt amon CLI binaries for Linux, macOS, and Windows.

See the README for install
instructions. Verify downloads against checksums.sha256.

amon-mcp 0.3.0

Choose a tag to compare

@vchaindz vchaindz released this 03 Aug 13:38

MCP server for AgentMon — @codenotary/amon-mcp@0.3.0.

Fixes client-side output-schema validation failures across both dialects: every real MCP client validates tool results against the schemas from tools/list, and 0.2.0 failed that validation on 3 standalone-dialect tools (always) and ~26 cloud tool-call variants (window echoes carrying request params; response fields spread onto undeclared root schemas). All 34 tools now validate cleanly; two deterministic SDK-layer sweeps guard the whole registered tool set.

Claude Code / any MCP client

claude mcp add --transport stdio amon \
  --env AMON_URL=https://agentmon.example.com \
  --env AMON_TOKEN=amk_… \
  -- npx -y @codenotary/amon-mcp

Claude Desktop — download amon-mcp.mcpb below and open it.

Read-only: 20 tools over the AgentMon REST API (14 against the standalone server). Secret values and raw prompt/completion text are unreachable by construction.