feat: add cesium mcp app skill#23
Draft
MKartaviciute wants to merge 8 commits into
Draft
Conversation
…ions into maka/sandcastle-to-mcp-app
…ontrol in order to remove
6 tasks
6 tasks
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.
Description
This pull request introduces a new agent skill,
cesium-mcp-app, to the Cesium ecosystem skills directory. The skill provides comprehensive, step-by-step guidance for building Cesium MCP Apps that expose CesiumJS visualizations as interactive tool suites for LLMs. The changes include detailed documentation, workflow guides, CSP and build configuration references, and evaluation instructions to ensure production-ready MCP Apps. The most important changes are grouped by theme below.Addition of the
cesium-mcp-appskill:cesium-mcp-appto the skills directory and updatedskills/README.mdto describe its purpose and input types.README.mdforcesium-mcp-appdetailing its workflow, valid inputs, required files, prerequisites, and related skills.Workflow and implementation guidance:
SKILL.mdwith step-by-step instructions for building, modifying, and evaluating Cesium MCP Apps, including input handling, API verification, tool design, implementation, CSP configuration, and evaluation phases.Reference and configuration documentation:
reference/csp-config.mdoutlining required CSP domains, build configuration templates (vite.config.ts,tsconfig.json,package.json), and dependency installation for Cesium MCP Apps.Evaluation guide and harness instructions:
reference/evaluation.mdproviding a detailed guide for designing, running, and interpreting scenario-based evaluations for Cesium MCP Apps, including harness usage and scoring methodology.Issue number and link
Testing plan
Can be used as a slash command:
/cesium-mcp-app use https://sandcastle.cesium.com/?id=imodel-mesh-export-serviceAuthor checklist