Skip to content

@agenttrust-sdk/mcp v0.2.0 — pinned to SDK ^0.2.0

Choose a tag to compare

@mohit-1710 mohit-1710 released this 07 May 16:57

Tracks the SDK 0.2.0 `ProgramIds` rename. No new tools, no protocol-conformance changes.

Changed

  • Re-pinned the `@agenttrust-sdk/trustgate` dependency from `workspace:*` to `workspace:^`. The published tarball ranges to `^0.2.0` (verified via `pnpm pack` + `tar -xzf` inspection).
  • MCP code swept to the renamed `programs.trustGate` field + the new `programs.validationRegistry` field that the SDK 0.2.0 release added.
  • `AgentTrustConfig.validationRegistryId` (top-level field) folded into `AgentTrustConfig.programs.validationRegistry` — single source of truth, matches the SDK's `ProgramIds` shape. The `VALIDATION_REGISTRY_PROGRAM_ID` env override is unchanged.

Verification

  • 76 MCP unit tests + 21 protocol-conformance checks — all green on commit `00ca222`.
  • Every MCP tool surface behaves identically to 0.1.0.

Install

```bash
npx -y @agenttrust-sdk/mcp
```

Diff

`62c5f2b...00ca222`