UNPKG

@bottobot/td-mcp

Version:

TouchDesigner Documentation MCP Server v2.3 - Pure MCP server for VS Code/Codium with comprehensive operator documentation for 629 operators + 7 tutorials across all categories (TOP, CHOP, SOP, DAT, MAT, COMP, POP). Features experimental POP operators wit

72 lines (71 loc) 1.84 kB
{ "name": "@bottobot/td-mcp", "version": "2.3.1", "description": "TouchDesigner Documentation MCP Server v2.3 - Pure MCP server for VS Code/Codium with comprehensive operator documentation for 629 operators + 7 tutorials across all categories (TOP, CHOP, SOP, DAT, MAT, COMP, POP). Features experimental POP operators with full parameters, tutorial access, smart search, workflow patterns, and zero-configuration setup.", "main": "index.js", "type": "module", "bin": { "td-mcp": "./index.js" }, "scripts": { "start": "node index.js", "scrape": "node scrapers/ultra-comprehensive-scraper.js" }, "keywords": [ "mcp", "model-context-protocol", "touchdesigner", "documentation", "derivative", "vscode", "codium", "operators", "workflow", "chop", "top", "sop", "dat", "mat", "comp", "pop" ], "author": "Robert Spring", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/bottobot/touchdesigner-mcp-server.git" }, "bugs": { "url": "https://github.com/bottobot/touchdesigner-mcp-server/issues" }, "homepage": "https://github.com/bottobot/touchdesigner-mcp-server#readme", "files": [ "index.js", "tools/", "data/", "metadata/", "wiki/", "README.md", "CHANGELOG.md", "SETUP-INSTRUCTIONS.md" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.4", "axios": "^1.11.0", "cheerio": "^1.1.2", "express": "^4.18.2", "fs-extra": "^11.2.0", "glob": "^11.0.3", "hbs": "^4.2.0", "jsdom": "^26.1.0", "node-fetch": "^3.3.2", "p-limit": "^6.2.0", "zod": "^3.23.8" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }