Skip to content

v0.2.0

Choose a tag to compare

@pardeike pardeike released this 16 Mar 17:24
· 42 commits to main since this release

Highlights

  • Add a token-efficient discovery flow for dynamic game tools with games.tool_names -> games.tool_detail -> games.call_tool
  • Add filtering, pagination, and structured outputs for games.tools, plus clearer empty-filter responses
  • Allow games.tool_detail and games.call_tool to omit gameId when the mirrored tool name is fully qualified or uniquely discoverable
  • Add brief: true summaries to games.tool_names structured output and reduce its default page size to 50 entries
  • Refresh AI-facing docs for Codex, Claude, and generic MCP clients

Validation

  • go test ./... -count=1 -timeout 30m
  • Live RimWorld verification of the new discovery, detail, and call flow through MCP