Plugin
power-automate
Plugin Version
2.1.0
Skill / Command
setup / browse-flows
Bug Description
The bundled FlowAgent MCP server fails immediately with Node.js 24, preventing FlowAgent tools from being registered.
Steps to Reproduce
- Install
power-automate plugin version 2.1.0.
- Launch
server/mcp.mjs using Node.js 24.
- Observe the startup failure.
Expected Behavior
The MCP server starts and exposes its tools.
Actual Behavior
Error: Dynamic require of buffer is not supported
at <plugin-root>/server/mcp.mjs:13:9
at node_modules/safe-buffer/index.js
A launch shim that sets globalThis.require before importing the bundle works.
Environment
Windows 25H2, AMD64
Node.js v24.18.0
Codex CLI 0.146.0
Plugin 2.1.0
Plugin
power-automate
Plugin Version
2.1.0
Skill / Command
setup / browse-flows
Bug Description
The bundled FlowAgent MCP server fails immediately with Node.js 24, preventing FlowAgent tools from being registered.
Steps to Reproduce
power-automateplugin version 2.1.0.server/mcp.mjsusing Node.js 24.Expected Behavior
The MCP server starts and exposes its tools.
Actual Behavior
A launch shim that sets
globalThis.requirebefore importing the bundle works.Environment