Skip to content

Releases: DoluTattoo/dolu_fivem_mcp

Release list

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Sep 00:32

Fix server bundle codec collision on FiveM Enhanced.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 16:36

First public release

35 MCP tools for local FiveM development, in one standalone resource.

  • JavaScript and Lua execution on the server and authorized clients, with progressive logs and cooperative cancellation.
  • Game screenshots with or without NUI.
  • NUI inspection, interactions, waits, console/error observation and optional network metadata.
  • Resource management, player/entity inspection, diagnostics and repeatable test scenarios.

Install

Download dolu_fivem_mcp-0.1.0.tgz below and extract its package directory as dolu_fivem_mcp in your server's resources directory. This archive is precompiled: no npm, Yarn or webpack build is required. Follow the quick start to configure ACE permissions and connect your assistant.

GitHub's automatic Source code archives require building from source.

Validation and scope

299 automated tests, type-checking, linting and builds pass on Windows and Linux with Node.js 22. Real FiveM/CEF execution, NUI automation and screenshot workflows were also exercised during development; individual machines and MCP hosts may behave differently.

Trusted local development only. The MCP endpoint is unauthenticated, bound to 127.0.0.1, and can execute arbitrary code. Do not expose it through a proxy or tunnel, or install it on a public server.

MIT licensed. Project and bundled dependency licenses are included in the archive.