-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.json
More file actions
35 lines (35 loc) · 794 Bytes
/
plugin.json
File metadata and controls
35 lines (35 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "godot-devtool",
"description": "Agents and skills for AI-assisted Godot Engine development through the godot-devtool MCP server.",
"version": "3.2.0",
"author": {
"name": "godot-devtool contributors",
"url": "https://github.com/wangdiandao/godot-devtool"
},
"license": "MIT",
"homepage": "https://github.com/wangdiandao/godot-devtool#readme",
"repository": "https://github.com/wangdiandao/godot-devtool",
"keywords": [
"godot",
"mcp",
"agent",
"skills",
"game-development",
"editor-automation",
"runtime-testing"
],
"category": "game-development",
"tags": [
"godot",
"mcp",
"game-development",
"editor",
"runtime",
"agent",
"skills"
],
"agents": "agents/",
"skills": [
"skills/"
]
}