Namespace GrindFest.GameMaster
Classes
- GameMasterAILoopFinal
GameMaster AI Loop - FINAL CORRECT VERSION
This is a SIMPLE chat loop that keeps the external LLM (Claude, etc.) engaged. The LLM has access to MCP tools through the MCP server protocol (not this C# code). This script just maintains conversation and provides periodic prompts.
- GameMasterAILoopMCP
Partial class for GameMasterAILoopMCP - manages the AI's todo list. Allows the AI to track multi-step plans, ongoing storylines, and maintain state across iterations.