Skip to content

@agenttrust-sdk/mcp v0.1.0 — initial publish

Choose a tag to compare

@mohit-1710 mohit-1710 released this 07 May 19:36

First publish of @agenttrust-sdk/mcp — Model Context Protocol server for AgentTrust.

Added

  • 18 tools across three categories:
    • Read (10): get_policy, get_velocity_ledger, get_killswitch, get_authority, get_feedback_log, get_capability_namespace, get_attestor_profile, get_validation_request, get_validation_attestation, simulate_gate_payment.
    • Write (5): init_authority, init_killswitch, set_killswitch, request_validation, respond_to_validation, emit_feedback.
    • Discovery (3): list_facilitators, health, plus an MCP resource at agenttrust://programs exposing program IDs and explorer URLs.
  • Two transports: stdio (default; `npx -y @agenttrust-sdk/mcp`) and HTTP (`MCP_TRANSPORT=http MCP_HTTP_PORT=8765`).
  • Bundled IDLs for policy_vault, trustgate, validation_registry so the server boots against a freshly-redeployed program before anchor idl init lands.
  • Optional signer via KEYPAIR_B58 for write tools; read tools work with no env beyond defaults.
  • Network selection via NETWORK=solana-devnet | solana-mainnet.

Commit: 66d4f04