voxelithic-interfaces 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,6 +70,12 @@ pool that can actually take the size, `/swap` returns an unsigned transaction an
|
|
|
70
70
|
The API holds no keys and cannot broadcast. Spec and service level:
|
|
71
71
|
[openapi.json](https://voxelithic.xyz/api/v1/openapi.json).
|
|
72
72
|
|
|
73
|
+
Inside an agent, the same calls arrive as MCP tools:
|
|
74
|
+
|
|
75
|
+
```json
|
|
76
|
+
{ "mcpServers": { "voxelithic": { "command": "npx", "args": ["-y", "voxelithic-mcp"] } } }
|
|
77
|
+
```
|
|
78
|
+
|
|
73
79
|
## Regenerating the token set
|
|
74
80
|
|
|
75
81
|
```bash
|