forked from posecode-dev/posecode
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
27 lines (27 loc) · 801 Bytes
/
Copy pathserver.json
File metadata and controls
27 lines (27 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.posecode-dev/posecode-mcp",
"description": "Author, ROM-validate, and render 3D human movement (.posecode) with a shareable playground link.",
"repository": {
"url": "https://github.com/posecode-dev/posecode",
"source": "github"
},
"version": "0.4.2",
"packages": [
{
"registryType": "npm",
"identifier": "posecode-mcp",
"version": "0.4.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "POSECODE_BASE_URL",
"description": "Playground origin used for render permalinks (defaults to https://posecode.org).",
"isRequired": false
}
]
}
]
}