construct-shader-graph-mcp 0.6.0 → 0.7.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/package.json +1 -1
- package/src/server.mjs +1 -1
package/package.json
CHANGED
package/src/server.mjs
CHANGED
|
@@ -318,7 +318,7 @@ function createToolDefinitions() {
|
|
|
318
318
|
const response = await invokeSession(session, method, args);
|
|
319
319
|
const result = {
|
|
320
320
|
sessionId: session.sessionId,
|
|
321
|
-
project: session.project,
|
|
321
|
+
// project: session.project,
|
|
322
322
|
method,
|
|
323
323
|
args,
|
|
324
324
|
durationMs: response.durationMs ?? 0,
|