Skip to content

RHoiScribe v0.4.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 15:35

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

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.3.1:

  • chore: bump version to 0.4.0 (85e89dc)
  • docs: warn about skill support phaseout (07d27f0)
  • fix: address cwt review regressions (88bb392)
  • fix: harden cwt analysis workflows (3320177)
  • feat: guide cwt workspace context (985f455)
  • docs: localize setup and feature guides (f4464fc)
  • docs: split feature guide from client setup (dd8224b)
  • feat: consume hoi4 cwt config crate (bc6e816)
  • docs: refine cwt readme wording (781de6f)
  • docs: document in-memory cwt language support (0d2c4ed)
  • feat: prefer cwt project diagnostics (b734a69)
  • feat: generate localisation from cwt diagnostics (fe8bfe5)
  • feat: expose hoi4 language intelligence tools (1ed681a)
  • feat: expose cwt diagnostics (b781776)
  • fix: centralize cwt config source identity (441f258)
  • fix: centralize embedded cwt config source (ae88672)
  • feat: add cwt hot reload (a62ede3)
  • feat: add resident cwt workspace service (66342ba)
  • feat: add shared in-memory language runtime (47d59cc)
  • feat: add in-memory cwt rules loader (0a7bee7)
  • feat: add embedded hoi4 cwt resources (0eab9ec)
  • chore: probe in-memory cwt integration (086e310)