construct-shader-graph-mcp 0.9.1 → 0.9.2
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 +1 -38
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -32,13 +32,6 @@ Construct Shader Graph is a visual editor for building Construct effect shaders
|
|
|
32
32
|
- `construct-shader-graph://guidance/skill`
|
|
33
33
|
- `construct-shader-graph://guidance/quickstart`
|
|
34
34
|
|
|
35
|
-
## MCP prompts
|
|
36
|
-
|
|
37
|
-
- `work-with-shader-graph`
|
|
38
|
-
- `inspect-graph`
|
|
39
|
-
- `edit-graph-safely`
|
|
40
|
-
- `debug-preview-errors`
|
|
41
|
-
|
|
42
35
|
## Install as a package
|
|
43
36
|
|
|
44
37
|
Global install:
|
|
@@ -181,34 +174,4 @@ Global install example:
|
|
|
181
174
|
- inspect available methods with `get_project_manifest`
|
|
182
175
|
- execute API calls with `call_project_method`
|
|
183
176
|
|
|
184
|
-
For better AI guidance, the host can also
|
|
185
|
-
|
|
186
|
-
- read the built-in guidance resources
|
|
187
|
-
- use the built-in workflow prompts for common tasks
|
|
188
|
-
|
|
189
|
-
## Publish notes
|
|
190
|
-
|
|
191
|
-
This package is configured for npm publishing with:
|
|
192
|
-
|
|
193
|
-
- package name: `construct-shader-graph-mcp`
|
|
194
|
-
- CLI binary: `construct-shader-graph-mcp`
|
|
195
|
-
- limited published files through the `files` field
|
|
196
|
-
|
|
197
|
-
Check package contents before publishing:
|
|
198
|
-
|
|
199
|
-
```bash
|
|
200
|
-
npm run pack:check
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
Publish publicly:
|
|
204
|
-
|
|
205
|
-
```bash
|
|
206
|
-
npm publish
|
|
207
|
-
```
|
|
208
|
-
|
|
209
|
-
## Repo layout
|
|
210
|
-
|
|
211
|
-
- `src/server.mjs` - MCP server and bridge
|
|
212
|
-
- `src/guidance/skill.md` - bundled AI guidance and best practices
|
|
213
|
-
- `bin/construct-shader-graph-mcp.js` - CLI entrypoint
|
|
214
|
-
- `caw-icon.png` - package/readme icon
|
|
177
|
+
For better AI guidance, the host can also read the built-in guidance resources
|