← Back to Plugins
MCP Server MCP

io.github.DiegoBr4nd/godot-gut-mcp

github By github 👁 1 views ▲ 0 votes

Servidor MCP que permite ejecutar tests de Godot con GUT desde cualquier IA

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...