Skip to content

amon-mcp 0.3.0

Choose a tag to compare

@vchaindz vchaindz released this 03 Aug 13:38
· 2 commits to main since this release

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.