@csmodding/gameface-devtools-mcp 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -5
- package/dist/server.mjs +261 -261
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@csmodding/gameface-devtools-mcp",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "MCP server that drives a running Coherent Gameface (Cohtml) game UI over a direct Chrome DevTools Protocol connection: evaluate JS, screenshot, inspect and drive the DOM, capture the console, and set JS breakpoints.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"browser-automation",
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"mcp",
|
|
15
15
|
"mcp-server"
|
|
16
16
|
],
|
|
17
|
-
"homepage": "https://github.com/CitiesSkylinesModding/
|
|
17
|
+
"homepage": "https://github.com/CitiesSkylinesModding/agents-plugins",
|
|
18
18
|
"license": "MIT",
|
|
19
19
|
"author": {
|
|
20
20
|
"name": "Morgan Touverey Quilling"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
23
23
|
"type": "git",
|
|
24
|
-
"url": "git+https://github.com/CitiesSkylinesModding/
|
|
25
|
-
"directory": "mcp"
|
|
24
|
+
"url": "git+https://github.com/CitiesSkylinesModding/agents-plugins.git",
|
|
25
|
+
"directory": "plugins/coherent-gameface/mcp"
|
|
26
26
|
},
|
|
27
27
|
"bin": {
|
|
28
28
|
"gameface-devtools-mcp": "dist/server.mjs"
|