update-docs

A documentation overhaul for the TouchDesigner MCP Server, a service that exposes TouchDesigner knowledge and tools to coding agents. It updates the main README and architecture documentation to explain version-aware and experimental features.

In plain words
What is it for?
Use it to document all registered tools, setup steps, examples, supported versions, experimental techniques, data folders, and the server’s architecture.
Why use it?
It gives new users one place to learn what the server does, how to install it, which tools exist, and how version filtering and experimental data are organized.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/bottobot/touchdesigner-mcp-server/update-docs
Clone the repo
git clone --depth 1 https://github.com/bottobot/touchdesigner-mcp-server

Made for: Claude Code.

Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 626 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00016 $0.00626
Opus 5 $0.00008 $0.00313
Sonnet 5 $0.00003 $0.00125
Haiku 4.5 $0.00002 $0.00063

Measured 2d ago against content hash 561f39a9e4f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

update-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/update-docs.md · 60 lines

What it actually says

You are updating the documentation for the TouchDesigner MCP Server after major improvements.

Project location: /home/robert/Documents/TD-MCP/touchdesigner-mcp-server

Read current state:

  1. Read README.md
  2. Read MCP-ARCHITECTURE.md
  3. Read CHANGELOG.md
  4. Read index.js to get the definitive list of ALL registered tools
  5. List files in /tools/ to see all tool files

Tasks:

  1. Rewrite README.md with:

TouchDesigner MCP Server

Full sections covering:

  • Project description and use cases
  • Version Support section: explain that users can specify TD version (099/2019/2020/2021/2022/2023/2024) to get version-filtered results
  • Complete Tools Reference table with ALL tools (original + new): columns = Tool Name | Description | Key Parameters
  • Experimental Features section describing GLSL, GPU, ML, generative capabilities
  • Installation & Setup guide
  • Usage Examples: show real example calls for 5+ tools
  • Contributing section
  1. Update MCP-ARCHITECTURE.md:
  • Add section on version-aware architecture
  • Add section on experimental techniques data layer
  • Document the /wiki/data/versions/ data structure
  • Document the /wiki/data/experimental/ data structure
  • Update tools layer diagram
  1. Add comprehensive CHANGELOG.md entry for version 2.0.0:

[2.0.0] - 2026-02-21

Added

  • Version-specific filtering for all search and lookup tools
  • New tools: get_version_info, list_versions, get_experimental_techniques, search_experimental, get_glsl_pattern, get_operator_connections, get_network_template
  • Experimental techniques knowledge base (GLSL, GPU compute, ML, generative, audio-visual, networking, Python advanced)
  • TouchDesigner version compatibility matrix
  • 20+ new operator data files
  • Rebuilt search index with improved relevance scoring
  1. Add JSDoc comments to any tool files missing them (check all /tools/*.js files)

  2. Create /wiki/data/tutorials/version_aware_workflow.json: { "title": "Using Version-Aware Features", "description": "How to use TD version filtering in the MCP server", "steps": [ { "step": 1, "title": "List Versions", "tool": "list_versions", "example": {} }, { "step": 2, "title": "Search with Version", "tool": "search_operators", "example": { "query": "noise", "version": "2023" } }, { "step": 3, "title": "Get Version Info", "tool": "get_version_info", "example": { "version": "2024" } } ] }

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 60 lines · 16 tokens per session scan A 561f39a9e4f7

Subscribe to this mod's changes

update-docs is an agent published in the GitHub repository bottobot/touchdesigner-mcp-server (76 stars, last pushed 13d ago), licensed MIT. It adds 16 tokens to every session and 626 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.