Skip to content

Commit 4a0c3bc

Browse files
ochafikclaude
andcommitted
Format threejs server.ts
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 277a004 commit 4a0c3bc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/threejs-server/server.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,12 @@ const server = new McpServer({
153153
.string()
154154
.default(DEFAULT_THREEJS_CODE)
155155
.describe("JavaScript code to render the 3D scene"),
156-
height: z.number().int().positive().default(400).describe("Height in pixels"),
156+
height: z
157+
.number()
158+
.int()
159+
.positive()
160+
.default(400)
161+
.describe("Height in pixels"),
157162
},
158163
_meta: { [RESOURCE_URI_META_KEY]: resourceUri },
159164
},

0 commit comments

Comments
 (0)