Skip to main content
Glama

CTS MCP Server

by EricA1019
complex_signals.gdโ€ข626 B
extends Node2D class_name ComplexEntity # Complex signal patterns for edge case testing signal nested_callback(callback: Callable, data: Dictionary) signal async_operation_complete(result: Variant, error: String) # Multiline signal declaration signal state_changed( old_state: int, new_state: int, transition_time: float ) # Signal with array types signal inventory_updated(items: Array[Item], capacity: int) # Signal inside nested class class InnerComponent: signal component_ready(component_id: String) signal component_destroyed # Signal with generic types signal data_loaded(data: Array, metadata: Dictionary)

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/EricA1019/CTS_MCP'

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