{ "name": "@aesthetic.computer/mcp", "version": "1.1.0", "mcpName": "io.github.whistlegraph/aesthetic-computer", "description": "MCP server for publishing and exploring pieces on aesthetic.computer", "type": "module", "main": "dist/index.js", "bin": { "aesthetic-computer-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "prepare": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "aesthetic-computer", "creative-coding", "kidlisp" ], "author": "Jeffrey Alan Scudder", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/whistlegraph/aesthetic-computer.git", "directory": "mcp-server" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.7.2" }, "engines": { "node": ">=18" } }