-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
I am trying to configure a n8n MPC server using Supergateway.
The command is the following: npx -y supergateway --sse [url_placeholder] --header 'Authorization: Bearer [bearer_placeholder]'
However nothing happens, the UI shows Installing but never completes.
The log shows the following:
[2025-05-29][13:53:45][Tome::mcp::process][INFO] Executing command: Command { std: "/Applications/Tome.app/Contents/Resources/npx" "-y" "-y" "supergateway" "--sse" "https://<REDACTED>" "--header" "\'Authorization:" "Bearer" "<REDACTED>\'", kill_on_drop: false } ["-y", "-y", "supergateway", "--sse", "<REDACTED>", "--header", "'Authorization:", "Bearer", "<REDACTED>'"]
The Tome.log:
[2025-05-29][21:21:29][hermit][DEBUG] npx -y -y supergateway --sse <REDACTED> --header 'Authorization: Bearer <REDACTED>'
If I run the command from terminal the server spins up just fine.
Also, is there a way to define the name of the MCP server?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels