Nigel Brown
Nigel Brown
For reference, this happened in our deployed code also.
Error from server (Forbidden): error when creating "STDIN": pods "redis" is forbidden: error looking up service account rekor-system/default: serviceaccount "default" not found When I looked - it was there. Retry...
Note there are sections in the code like this ``` # Install Fulcio and wait for it to come up echo '::group:: Install Fulcio' if [ "${NEED_TO_UPDATE_FULCIO_CONFIG}" == "true" ];...
There is a PR to fix this here https://github.com/sigstore/scaffolding/pull/623. The PR fails checks, but remains a good change if you want to get things running locally.
Hmmm, different versions different behaviour. Needs investigation...
Every time a server is disabled and re-enabled in vscode/cursor config initialise is called, so any MCP server that can't handle multiple inits is in trouble anyway, regardless of the...
This was because I had run unit tests, and it created a bunch of clients that didn't exist. I think the toolhive team is aware of this, but I'll move...
https://github.com/stacklok/toolhive/pull/2659 could be a start