Monorepo for Aesthetic.Computer
aesthetic.computer
1{
2 "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3 "name": "io.github.whistlegraph/aesthetic-computer",
4 "description": "MCP server for aesthetic.computer - publish JavaScript, KidLisp art, and clock melodies",
5 "repository": {
6 "url": "https://github.com/whistlegraph/aesthetic-computer",
7 "source": "github",
8 "subfolder": "mcp-server"
9 },
10 "version": "1.0.1",
11 "packages": [
12 {
13 "registryType": "npm",
14 "identifier": "@aesthetic.computer/mcp",
15 "version": "1.0.1",
16 "transport": {
17 "type": "stdio"
18 },
19 "environmentVariables": [
20 {
21 "description": "Optional Bearer token from aesthetic.computer to associate published pieces with your account. Without this, all publishing is anonymous.",
22 "isRequired": false,
23 "format": "string",
24 "isSecret": true,
25 "name": "AC_TOKEN"
26 }
27 ]
28 }
29 ]
30}