F
licenseNot graded
qualityC
maintenanceMCP server that automates WebGAL game development tasks such as resource management, script editing, documentation lookup, and AI-powered voice generation using LLMs.
18 npm
1
-
No user-submitted related servers found.
Scored across 3 tools
Each tool has a distinct purpose: starting the game, submitting actions, and getting status. No overlap or confusion.
All tools follow the 'galgame_' prefix with a clear verb (start, action, status), consistent snake_case pattern.
Three tools is appropriate for a galgame engine MCP, covering initialization, interaction, and state summary without bloat.
Covers core game loop well, but lacks an explicit save/load tool (though start handles recovery). Minor gap.