@three-ws/avatar-agent 1.0.1 → 1.0.3
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 +1 -1
- package/package.json +2 -2
- package/server.json +3 -3
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://nodejs.org)
|
|
8
8
|
[](https://modelcontextprotocol.io)
|
|
9
9
|
|
|
10
|
-
Registry name: **`
|
|
10
|
+
Registry name: **`io.github.nirholas/3D-AI-Agent-Avatar`** · npm: **`@three-ws/avatar-agent`**
|
|
11
11
|
|
|
12
12
|
A single MCP server that's two things at once:
|
|
13
13
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@three-ws/avatar-agent",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"mcpName": "
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"mcpName": "io.github.nirholas/3D-AI-Agent-Avatar",
|
|
5
5
|
"description": "3D AI Agent Avatar — MCP server that spawns a textured GLB avatar, inspects/validates/optimizes any 3D model, gives the agent a Solana wallet + a voice, and ships full pump.fun powers (atomic Jito-bundled launches + creator-fee collection). Powered by three.ws.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": "nirholas <hello@three.ws>",
|
package/server.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
|
-
"name": "
|
|
3
|
+
"name": "io.github.nirholas/3D-AI-Agent-Avatar",
|
|
4
4
|
"description": "3D AI Agent Avatar — render, inspect, validate, and optimize any GLB; spawn a textured 3D avatar with a Solana wallet, a voice (OpenAI TTS), live pose + camera rendering, and full pump.fun powers (atomic Jito-bundled launches + creator-fee collection). Built by three.ws.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/nirholas/three.ws",
|
|
7
7
|
"source": "github"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.3",
|
|
10
10
|
"packages": [
|
|
11
11
|
{
|
|
12
12
|
"registryType": "npm",
|
|
13
13
|
"identifier": "@three-ws/avatar-agent",
|
|
14
|
-
"version": "1.0.
|
|
14
|
+
"version": "1.0.3",
|
|
15
15
|
"transport": {
|
|
16
16
|
"type": "stdio"
|
|
17
17
|
},
|