Add Three.js example server - #94
Merged
Merged
Conversation
antonpk1
force-pushed
the
add-threejs-server
branch
2 times, most recently
from
December 8, 2025 16:50
6950161 to
1e09a82
Compare
commit: |
antonpk1
force-pushed
the
add-threejs-server
branch
2 times, most recently
from
December 8, 2025 21:17
f808c2b to
46e8235
Compare
New example demonstrating interactive 3D scene rendering with: - show_threejs_scene tool with streaming code preview - learn_threejs documentation tool - Full WidgetProps interface for MCP App integration - Reusable mcp-app-wrapper.tsx pattern Also adds bun.lockb to .gitignore. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
antonpk1
force-pushed
the
add-threejs-server
branch
from
December 8, 2025 21:19
46e8235 to
2755438
Compare
jonathanhefner
approved these changes
Dec 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New marketing example demonstrating interactive 3D scene rendering with Three.js.
Features
show_threejs_scenetool - renders 3D scenes from JavaScript code with streaming previewlearn_threejstool - returns documentation and examplesWidgetPropsinterface for MCP App integrationmcp-app-wrapper.tsxpattern for other widgetsScreenshot
Files
examples/threejs-server/- Complete server implementation.gitignore- Addedbun.lockbTest plan
🤖 Generated with Claude Code