Skip to content

insodimension/artifactory-threejs

v0.1.1

Three.js scenes as an MCP App — the reference server from modelcontextprotocol/ext-apps, unmodified, hosted by the Dimension engine and rendered in the artifact-view seat. The Phase 4 pilot: zero code of its own, just packaging.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

threejsstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "server.mjs"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
	"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
	"name": "artifactory-threejs",
	"version": "0.1.1",
	"description": "Three.js scenes as an MCP App — the reference server from modelcontextprotocol/ext-apps, unmodified, hosted by the Dimension engine and rendered in the artifact-view seat. The Phase 4 pilot: zero code of its own, just packaging.",
	"author": {
		"name": "Dimension"
	},
	"keywords": [
		"artifactory",
		"mcp-apps",
		"three.js",
		"3d",
		"example"
	],
	"extensions": {
		"ai.insodimension.dimension": {
			"contractVersion": 1,
			"title": "Three.js",
			"icon": "box",
			"category": "artifactory",
			"defaultEnabled": false,
			"artifactories": [
				{
					"mcpServer": "threejs",
					"label": "3D scene",
					"icon": "box",
					"modelSpaces": [
						"code"
					]
				}
			]
		}
	}
}

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • ai.insodimension.dimension