Skip to main content
Glama
version.py218 B
""" Version utilities shared across TouchDesigner MCP Python modules. """ MCP_API_VERSION = "1.4.1" def get_mcp_api_version() -> str: """Return the current TouchDesigner MCP API version.""" return MCP_API_VERSION

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/8beeeaaat/touchdesigner-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server