Skip to content

v0.1.2

Choose a tag to compare

@yyxqqq777 yyxqqq777 released this 07 Sep 04:56
· 5 commits to main since this release

Changes

  • Users only need `AGENT_PRIVATE_KEY` — gateway URL is built-in by default
  • `GATEWAY_BASE_URL` optional override only

Install:
```json
{ "mcpServers": { "agentpay": { "command": "uvx", "args": ["mcp-server-agentpay"], "env": { "AGENT_PRIVATE_KEY": "0x..." } } } }
```