construct-shader-graph-mcp 0.9.0 → 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.
Files changed (2) hide show
  1. package/README.md +1 -38
  2. package/package.json +2 -4
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "construct-shader-graph-mcp",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "Standalone MCP server for Construct Shader Graph",
5
5
  "type": "module",
6
6
  "files": [
@@ -20,9 +20,7 @@
20
20
  "keywords": [
21
21
  "mcp",
22
22
  "construct",
23
- "shader-graph",
24
- "claude",
25
- "opencode"
23
+ "shader-graph"
26
24
  ],
27
25
  "author": "skymen",
28
26
  "license": "MIT",