Chris Olszewski
Chris Olszewski
Ran into this crash locally while developing a plugin and modifying dependencies/dev-dependencies. The cached `package.json` can be valid but missing the `dependencies` key (e.g. if it only has `devDependencies`). This...
### Description OAuth auth for the Sentry MCP server fails for me when OpenCode is running inside WSL2 (or a container/devcontainer) but the browser is on the host. After auth,...
Adds `mcp..oauth.callbackHost` to control the bind address for the OAuth callback server. This helps in WSL2, Docker, and devcontainers where the host browser can’t reach the callback listener. Default behavior...