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.
npx agentmods add agents/bottobot/touchdesigner-mcp-server/update-docsgit clone --depth 1 https://github.com/bottobot/touchdesigner-mcp-serverWhat 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.
| Model | Per session | Once 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 |
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.
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:
- Read README.md
- Read MCP-ARCHITECTURE.md
- Read CHANGELOG.md
- Read index.js to get the definitive list of ALL registered tools
- List files in /tools/ to see all tool files
Tasks:
- 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
- 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
- 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
-
Add JSDoc comments to any tool files missing them (check all /tools/*.js files)
-
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" } } ] }
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.
- 2d ago First seen · 60 lines · 16 tokens per session scan A 561f39a9e4f7
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.
Other agents, from other repositories
retrieval
Two retrieval backends: a lexical index built at compile time that needs no account, and Cloudflare AI Search for hybrid semantic search when you want it.
discovery
How an agent finds these surfaces without being told: the API catalog, DNS-based discovery, an agent-skills index, and the places people actually look.
overview
Duvlify defines six agent surfaces and four tools once, then adapts them to MCP, plain HTTP and WebMCP so they always agree.
mcp
The page outline agents read for line offsets, the in-browser WebMCP bridge and when to run it yourself, the rate limits, and how the surfaces are tested.
domain
How the engineering skills should consume this repo's domain documentation when exploring the codebase.
issue-tracker
Issues and PRDs for this repo live as GitHub issues. Use the gh CLI for all operations.