-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMasterlog.log
More file actions
30 lines (29 loc) · 7.24 KB
/
Masterlog.log
File metadata and controls
30 lines (29 loc) · 7.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[2026-04-03T12:22:50.948Z] WARN Endpoint selection failed validation: Step create_user_if_missing binds input "email" to unresolved source "inputs.username + '@example.com'".; Step create_user_if_missing binds input "password" to unresolved source "'generated_password_for_new_user'".; Step add_user_to_channel binds input "roomId" to unresolved source "find_channel.channel_id ?? create_channel_if_missing.channel_id".; Step add_user_to_channel binds input "userId" to unresolved source "find_user.user_id ?? create_user_if_missing.user_id".; Step add_user_to_channel binds input "userIds" to unresolved source "[find_user.user_id ?? create_user_if_missing.user_id]".; Step send_welcome_message binds input "roomId" to unresolved source "find_channel.channel_id ?? create_channel_if_missing.channel_id".; Step send_welcome_message binds input "text" to unresolved source "generate_welcome_message.message_text".; Step send_welcome_message binds input "channel" to unresolved source "find_channel.channel_name ?? create_channel_if_missing.channel_name".; Step find_channel requires input "roomName" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_user_if_missing requires input "name" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_user_if_missing requires input "email" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_user_if_missing requires input "password" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_channel_if_missing requires input "name" that cannot be satisfied from workflow inputs or previous step outputs.; Step add_user_to_channel requires input "roomId" that cannot be satisfied from workflow inputs or previous step outputs.; Step add_user_to_channel requires input "userIds" that cannot be satisfied from workflow inputs or previous step outputs.; Step send_welcome_message requires input "roomId" that cannot be satisfied from workflow inputs or previous step outputs.; Step send_welcome_message requires input "text" that cannot be satisfied from workflow inputs or previous step outputs.; Step send_welcome_message requires input "channel" that cannot be satisfied from workflow inputs or previous step outputs.
[2026-04-03T12:23:36.001Z] ERROR ReferenceError: javascript is not defined
at file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/tool_cache/workflows/add_user_to_channel_with_welcome.js.tmp-1775219015991.mjs?t=1775219015991:1:1
at ModuleJob.run (node:internal/modules/esm/module_job:274:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:644:26)
at async validateGeneratedModuleCode (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/workflows/store.js:43:17)
at async writeWorkflowModules (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/workflows/store.js:105:26)
at async generateFromSelection (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/generation/service.js:202:3)
at async main (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/index.js:321:24)
[2026-04-03T12:23:36.018Z] ERROR Error: Command failed: /home/vallabh/.nvm/versions/node/v22.16.0/bin/node /home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/index.js --from-confirmed-workflow --no-server --auto-approve --json
Endpoint selection failed validation: Step create_user_if_missing binds input "email" to unresolved source "inputs.username + '@example.com'".; Step create_user_if_missing binds input "password" to unresolved source "'generated_password_for_new_user'".; Step add_user_to_channel binds input "roomId" to unresolved source "find_channel.channel_id ?? create_channel_if_missing.channel_id".; Step add_user_to_channel binds input "userId" to unresolved source "find_user.user_id ?? create_user_if_missing.user_id".; Step add_user_to_channel binds input "userIds" to unresolved source "[find_user.user_id ?? create_user_if_missing.user_id]".; Step send_welcome_message binds input "roomId" to unresolved source "find_channel.channel_id ?? create_channel_if_missing.channel_id".; Step send_welcome_message binds input "text" to unresolved source "generate_welcome_message.message_text".; Step send_welcome_message binds input "channel" to unresolved source "find_channel.channel_name ?? create_channel_if_missing.channel_name".; Step find_channel requires input "roomName" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_user_if_missing requires input "name" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_user_if_missing requires input "email" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_user_if_missing requires input "password" that cannot be satisfied from workflow inputs or previous step outputs.; Step create_channel_if_missing requires input "name" that cannot be satisfied from workflow inputs or previous step outputs.; Step add_user_to_channel requires input "roomId" that cannot be satisfied from workflow inputs or previous step outputs.; Step add_user_to_channel requires input "userIds" that cannot be satisfied from workflow inputs or previous step outputs.; Step send_welcome_message requires input "roomId" that cannot be satisfied from workflow inputs or previous step outputs.; Step send_welcome_message requires input "text" that cannot be satisfied from workflow inputs or previous step outputs.; Step send_welcome_message requires input "channel" that cannot be satisfied from workflow inputs or previous step outputs.
ReferenceError: javascript is not defined
at file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/tool_cache/workflows/add_user_to_channel_with_welcome.js.tmp-1775219015991.mjs?t=1775219015991:1:1
at ModuleJob.run (node:internal/modules/esm/module_job:274:25)
at async onImport.tracePromise.__proto__ (node:internal/modules/esm/loader:644:26)
at async validateGeneratedModuleCode (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/workflows/store.js:43:17)
at async writeWorkflowModules (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/workflows/store.js:105:26)
at async generateFromSelection (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/generation/service.js:202:3)
at async main (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/index.js:321:24)
at genericNodeError (node:internal/errors:983:15)
at wrappedFn (node:internal/errors:537:14)
at checkExecSyncError (node:child_process:882:11)
at execFileSync (node:child_process:918:15)
at runIndexCommand (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/cli/mcp-generate.js:67:18)
at runApply (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/cli/mcp-generate.js:80:3)
at Command.<anonymous> (file:///home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/src/cli/mcp-generate.js:106:38)
at Command.listener [as _actionHandler] (/home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/node_modules/commander/lib/command.js:552:17)
at /home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/node_modules/commander/lib/command.js:1586:14
at Command._chainOrCall (/home/vallabh/github/MCP_Tryouts/RC_MCP_Synthesizer/node_modules/commander/lib/command.js:1470:12)