@dcprotocol/client
Low-level runtime client used by DCP packages. For most agent developers, MCP through @dcprotocol/agent is the better public interface.
Install
npm install @dcprotocol/clientWhen To Use It
- You are extending DCP runtime packages.
- You need a custom service integration and understand service identity/signatures.
- You need direct local or relay transport behavior.
When Not To Use It
If you are building a normal agent, use MCP. MCP gives the model tool descriptions, scope guidance, and safer defaults.
Beta Notes
- Public wallet surface is Solana.
- Remote agents should normally use
@dcprotocol/agent install-service. - Use HTTP MCP from non-TypeScript runtimes.