We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b9468 commit be40e1cCopy full SHA for be40e1c
2 files changed
plugin/addons/godot_ai/plugin.cfg
@@ -3,5 +3,5 @@
3
name="Godot AI"
4
description="MCP server and AI tools for Godot"
5
author="Godot AI"
6
-version="2.5.13"
+version="2.6.0"
7
script="plugin.gd"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "godot-ai"
-version = "2.5.13"
+version = "2.6.0"
description = "Production-grade MCP server and AI tools for the Godot engine"
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.11"
0 commit comments