Summary
PromptX MCP is partially usable, but RoleX/V2 operations fail with an internal error:
Cannot read properties of undefined (reading 'create')
V1 role activation still works.
Environment
- OS: Windows
- PromptX Desktop: 2.4.0
- PromptX MCP Server: 2.2.1
- Node: 22.20.0
What works
project(...)
discover(...)
- V1 role activation, for example
nuwa
What fails
PromptX MCP V2 / RoleX-related actions fail, for example:
action(operation="directory", role="_")
Error:
Cannot read properties of undefined (reading 'create')
Repro
- Bind project with PromptX MCP
- Call
discover
- Call
action(operation="directory", role="_")
- Observe the internal error above
Expected
RoleX/V2 actions should initialize and complete normally.
Actual
RoleX/V2 initialization fails internally, while V1 role activation remains usable.
Additional notes
- This does not look like a simple local environment issue because V1 flows still work.
- The failure seems isolated to the RoleX/V2 path.
Summary
PromptX MCP is partially usable, but RoleX/V2 operations fail with an internal error:
Cannot read properties of undefined (reading 'create')V1 role activation still works.
Environment
What works
project(...)discover(...)nuwaWhat fails
PromptX MCP V2 / RoleX-related actions fail, for example:
action(operation="directory", role="_")Error:
Repro
discoveraction(operation="directory", role="_")Expected
RoleX/V2 actions should initialize and complete normally.
Actual
RoleX/V2 initialization fails internally, while V1 role activation remains usable.
Additional notes