MCP Server
MCP
io.github.DiegoBr4nd/godot-gut-mcp
Servidor MCP que permite ejecutar tests de Godot con GUT desde cualquier IA
Install
uvx godot-gut-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "godot-gut-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ruta al ejecutable de Godot (por ejemplo C:/ruta/a/godot.exe)",
"isRequired": true,
"format": "string",
"name": "GODOT_PATH"
},
{
"description": "Ruta a la carpeta del proyecto de Godot (la que contiene project.godot)",
"isRequired": true,
"format": "string",
"name": "GODOT_PROJECT_PATH"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment