MCP3 SDK & Developer Guide
π¦ Installation
npm install @mcp3/sdkyarn add @mcp3/sdkπ Architecture: SDK Module Overview
graph TD;
UserWallet -->|signs| MCOBuilder;
MCOBuilder --> MCO;
MCO -->|sent to| AIClient;
AIClient -->|formats prompt| LLM;
Verifier -->|validates| MCO;
Agent -->|context-aware| Interaction;
subgraph SDK
MCOBuilder
AIClient
Verifier
endποΈ 1. Constructing an MCO (Client Side)
β
2. Verifying an MCO (Server Side)
π§ 3. Integrating with LLM Agents
π§ͺ 4. Handling ZK Proofs
βοΈ 5. Using Delegated Signing Keys
π‘ 6. Uploading to IPFS
π§© 7. Prompt Engineering Helpers
π Example: Full Flow
π Developer Dashboard (Planned)
π SDK Reference
Module
Description
Last updated