You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for running a server via NPX doesn't work. When running thv run npx://pulumi/mcp-server@latest the server doesn't start. This is in the logs:
1:04PM INF JSON-RPC raw: [\npm error code ENOENT]
1:04PM INF Sanitized JSON: []
1:04PM INF JSON-RPC raw: [npm error syscall open]
1:04PM INF Sanitized JSON: []
1:04PM INF JSON-RPC raw: [npm error path /app/pulumi/mcp-server@latest/package.json]
1:04PM INF Sanitized JSON: []
1:04PM INF JSON-RPC raw: [npm error errno -2]
1:04PM INF Sanitized JSON: []
1:04PM INF JSON-RPC raw: [npm error enoent Could not read package.json: Error: ENOENT: no such file or directory, open '/app/pulumi/mcp-server@latest/package.json']
1:04PM INF Sanitized JSON: []
1:04PM INF JSON-RPC raw: [npm error enoent This is related to npm not being able to find a file.]
1:04PM INF Sanitized JSON: []
1:04PM INF JSON-RPC raw: [npm error enoent]
The text was updated successfully, but these errors were encountered:
Hey @antimius, thanks for pointing this out!
We had an error in our README, where we weren't using scoped npm package name @pulumi. We've fixed it now and if you run thv run npx://@pulumi/mcp-server@latest you shouldn't get those errors.
The example for running a server via NPX doesn't work. When running
thv run npx://pulumi/mcp-server@latest
the server doesn't start. This is in the logs:The text was updated successfully, but these errors were encountered: