feat(tiles-server): add tileset MCP server#27
Merged
Conversation
…xport raw shape for MCP registration
fcf0cfc to
49e8742
Compare
jdehorty
approved these changes
Apr 2, 2026
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
Add a new MCP server for managing 3D Tilesets on the CesiumJS globe.
tiles_mcp_server.mp4
Closes #28
New Tools
tileset_loadtileset_removetileset_styletileset_listSource Types
url— Direct URL to a 3D Tiles tileset (tileset.jsonendpoint)ion— Cesium Ion 3D Tiles assets (e.g., Cesium OSM Buildings with asset ID 96188)Tileset Options
style— 3D Tiles style object withcolorandshowconditionsclippingPlanes— Define clipping plane configuration to crop the tilesetmaximumScreenSpaceError— Control level-of-detail quality (default: 16)Changes
Server (
servers/tiles-server/)Client (
test-applications/packages/client-core/)CesiumTilesManagerimplementingManagerInterfaceloadTileset: CreatesCesium3DTilesetfrom URL or Ion asset, registers it with the sceneremoveTileset: Removes a tileset by ID from the scene primitives collectionstyleTileset: Applies aCesium3DTileStyleto a loaded tilesetlistTilesets: Returns metadata for all currently loaded tilesetsMCPCommandResultIntegration
app.tsserver list)Testing
Author checklist