Ensure MCP-server / API changes in the touchdesigner-mcp repo ship with integration-test coverage. Use when you modify the MCP server, tool definitions/handlers, the OpenAPI schema, the TD HTTP client, the transport layer, or the TD-side Python API (src/api, src/features/tools, src/server, src/tdClient, src/transport, td/modules/mcp). Also triggered by the integration-test-guard PreToolUse hook, which blocks a git push whose outgoing commits touch those paths without a tests/integration change. Decide which suite fits, add or update the test, and run it.
$npx -y skills add 8beeeaaat/touchdesigner-mcp --skill integration-test-guardInstalls into the current project.
Run `npx skills use "https://github.com/8beeeaaat/touchdesigner-mcp" --skill "8beeeaaat/touchdesigner-mcp/integration-test-guard"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/8beeeaaat/touchdesigner-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/8beeeaaat/touchdesigner-mcp"` and select the relevant skills, then follow their instructions.