关于
This Model Context Protocol (MCP) server acts as a crucial bridge, allowing AI assistants to seamlessly interact with the s&box game editor. It facilitates real-time communication via WebSockets, working in conjunction with a separate s&box Adapter Library. The server receives commands from AI assistants, translates them into structured WebSocket commands, sends them for execution within s&box, and returns responses, enabling natural language control over your s&box projects.
主要功能
- Requires .NET 9.0 SDK and s&box Adapter Library for full functionality
- Real-time WebSocket communication with s&box editor
- Translates Model Context Protocol (MCP) calls for s&box integration
- Comprehensive PowerShell build script for management (build, run, publish, clean)
- 0 GitHub stars
- Configurable server settings via appsettings.json
使用案例
- Creating and manipulating game objects and components with natural language commands
- Automating s&box editor actions using AI assistants
- Modifying properties of s&box entities directly through AI assistant interactions