fix: restore animation-server, geolocation-server source and globe tours skill#10
Open
fix: restore animation-server, geolocation-server source and globe tours skill#10
Conversation
…urs skill PR #7 overwrote PR #6's merge commit, leaving animation-server and geolocation-server with only build artifacts (no source) and deleting the creating-globe-tours skill entirely. - Recover animation-server source from commit f4f1808 (already refactored into modular pattern with split schemas/tools/utils) - Recover geolocation-server source from commit df0b8fc and refactor into modular pattern matching entity-server conventions - Restore creating-globe-tours SKILL.md with updated tool references (clock_configure -> clock_control) and new entity types - Add animation-specific ResponseEmoji values to shared package - Update workspace scripts and README for new servers - Remove dead clock-server (tools absorbed into animation-server)
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
f4f1808with full modular structure (schemas/, tools/, utils/) — includes animation, clock control, and globe lighting tools on port 3006df0b8fc— split monolithic files into modular pattern matching entity-server, with place search, nearby search, routing, and user location tools on port 3005creating-globe-toursskill with updated tool references (clock_configure→clock_control), expanded entity types, and corrected multi-server coordination tableResponseEmojienum with 6 new animation-related values needed by animation-serverContext
PR #7 overwrote PR #6's merge commit, leaving animation-server and geolocation-server with only
build/artifacts (no source) and the globe tours skill completely missing. The clock-server (which only had build artifacts) was removed since its tools were absorbed into animation-server.Test plan
pnpm run buildfrommcp/)pnpm run lintfrommcp/)src/with modular structure matching entity-server patternsrc/with modular structure matching entity-server patternskills/creating-globe-tours/SKILL.mdexists with correct tool references