Skip to content

RHoiScribe v0.4.1

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jul 14:13

RHoiScribe is a local MCP server for Hearts of Iron IV modding agents. Download the file for your platform, keep it in a stable folder, and use its path as the MCP server command.

Downloads

Direct binaries:

  • Windows x86_64: rhoiscribe-windows-x86_64.exe
  • Linux x86_64: rhoiscribe-linux-x86_64
  • macOS universal: rhoiscribe-macos-universal

Warning

The Skill package is still available for now, but it is no longer the recommended path for new language support. That support works best in a long-lived process that can stay warm; Skill runs as short-lived calls, so Skill support will be phased out gradually. Use the MCP server when your client can.

Skill packages include SKILL.md and the matching executable:

  • Windows Skill package: rhoiscribe-skill-windows-x86_64.zip
  • Linux Skill package: rhoiscribe-skill-linux-x86_64.zip
  • macOS Skill package: rhoiscribe-skill-macos-universal.zip

Skill packages are the quickest way to give compatible agents local access without editing MCP configuration. For complete functionality and a smoother experience, use the MCP server when your agent supports it.

On Linux or macOS, run chmod +x <downloaded-file> if your system asks for executable permission.

To print the command path for your MCP client, run the downloaded file with --print-command. To use RHoiScribe from a Skill package without MCP setup, run --skill list-tools, --skill list-resources, or --skill list-prompts.

Changes

Changes since v0.4.0:

  • chore: release version 0.4.1 (4875fee)
  • docs: clarify skill phaseout guidance (d76fcc6)
  • refactor: reduce rnmdb store complexity (9e6830d)
  • fix: address pr review findings (51527ea)
  • fix: harden state migration locking (8766322)
  • feat: guide scoped rnmdb workflows (19dfa0a)
  • feat: add rnmdb state maintenance tools (a97278e)
  • feat: add scoped searchable tool logs (fec4ebf)
  • feat: add mod scoped agent preferences (c5679f5)
  • feat: add transactional rnmdb state store (fe9a36e)
  • chore: update hoi4 cwt rules source (416713a)
  • chore: upgrade rnmdb dependencies (6be4739)