@agenttrust-sdk/mcp v0.1.0 — initial publish
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 atagenttrust://programsexposing program IDs and explorer URLs.
- Read (10):
- 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_registryso the server boots against a freshly-redeployed program beforeanchor idl initlands. - Optional signer via
KEYPAIR_B58for write tools; read tools work with no env beyond defaults. - Network selection via
NETWORK=solana-devnet | solana-mainnet.
Commit: 66d4f04