Demonstrates custom MCP tool implementation and environment verification within the uLoop Unity AI autopilot ecosystem.
The uLoop Hello World skill serves as a foundational template and diagnostic utility for developers using the uLoopMCP framework. It is designed to verify that the Claude Code MCP tool system is correctly configured while providing a concrete example of how to implement type-safe parameters, enums, and boolean flags. By offering multi-language support and customizable outputs, it provides a clear blueprint for developers looking to extend Claude's capabilities within their Unity development workflows.
主要功能
01Extensible boilerplate for custom tool development
02Environment and MCP integration verification
03Type-safe parameter handling via Schema
04Configurable boolean flags for dynamic output
05Multi-language support (English, Japanese, Spanish, French)
06117 GitHub stars
使用场景
01Testing and debugging the Claude Code MCP tool connection
02Learning the implementation pattern for custom uLoop CLI tools
03Verifying multi-language output handling in an AI workflow