@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/README.md
CHANGED
|
@@ -67,7 +67,7 @@ claude mcp add --env GAMEFACE_PORT=9444 --transport stdio gameface -- npx -y @cs
|
|
|
67
67
|
```
|
|
68
68
|
|
|
69
69
|
Claude Code and Codex CLI users can also install the
|
|
70
|
-
[coherent-gameface plugin](https://github.com/CitiesSkylinesModding/
|
|
70
|
+
[coherent-gameface plugin](https://github.com/CitiesSkylinesModding/agents-plugins)
|
|
71
71
|
instead, which bundles this server (no npm involved) plus skills that teach the agent the Gameface
|
|
72
72
|
workflows.
|
|
73
73
|
|
|
@@ -91,7 +91,7 @@ args = ["-y", "@csmodding/gameface-devtools-mcp@latest"]
|
|
|
91
91
|
```
|
|
92
92
|
|
|
93
93
|
Codex CLI users can also install the
|
|
94
|
-
[coherent-gameface plugin](https://github.com/CitiesSkylinesModding/
|
|
94
|
+
[coherent-gameface plugin](https://github.com/CitiesSkylinesModding/agents-plugins)
|
|
95
95
|
instead (see the note under Claude Code above).
|
|
96
96
|
|
|
97
97
|
### Gemini CLI
|
|
@@ -185,6 +185,7 @@ All are optional, read by the server from the environment:
|
|
|
185
185
|
## Development
|
|
186
186
|
|
|
187
187
|
The server is developed in the
|
|
188
|
-
[
|
|
189
|
-
repository, where this package lives as the `mcp/` workspace. See the
|
|
190
|
-
development setup, and its `AGENTS.md` for the verified Gameface CDP
|
|
188
|
+
[agents-plugins](https://github.com/CitiesSkylinesModding/agents-plugins)
|
|
189
|
+
repository, where this package lives as the `plugins/coherent-gameface/mcp/` workspace. See the
|
|
190
|
+
repository README for the development setup, and its `AGENTS.md` for the verified Gameface CDP
|
|
191
|
+
behavior matrix.
|