chore(deps): update dependency @circleci/mcp-server-circleci to v0.20.0 - #864
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency @circleci/mcp-server-circleci to v0.20.0#864renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
🔒 MCP Security Scan Results✅ mcp-server-circleci
Summary: Scanned 1 MCP server(s), all passed security checks. ✅ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.19.1→0.20.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
CircleCI-Public/mcp-server-circleci (@circleci/mcp-server-circleci)
v0.20.0Compare Source
Deprecated
npx -y @circleci/mcp-server-circleci@latestfrom an MCP client config that re-resolves on every start, so the package itself is the only reliable way to reach them; a README notice is not.Nothing in this release changes tool behaviour, arguments, or output. The deprecation is deliberately non-breaking: a server that stops working gets pinned to the last working version, which strands operators on an unmaintained release rather than moving them forward.
v0.19.2Compare Source
Security
REQUIRE_REQUEST_TOKEN=false, the shared-token mode) and it would bind a non-loopback interface — which the defaultMCP_BIND_HOST=0.0.0.0does. That combination served the org'sCIRCLECI_TOKENto any peer that could route to the port, with no credential, includingrun_pipelinewith arbitrary pipeline config. Operators who genuinely have the port restricted to a trusted network can opt back in withMCP_ALLOW_UNAUTHENTICATED_NETWORK_ACCESS=true; a loud warning is logged whenever request auth is off.Host/Originvalidation added in 0.17.0 is a DNS-rebinding mitigation and not authentication. Both headers are chosen by the caller, so a non-browser client can always satisfy the check by sending an allowedHostand omittingOrigin; it was never an access-control boundary, and the docs no longer read as though/mcpis protected by it. Authentication isREQUIRE_REQUEST_TOKEN(on by default, returns401) or an authenticating proxy. The absent-Originallowance is retained deliberately: requiring the header would breakmcp-remote, curl and every other non-browser client while stopping no attacker.Added
MCP_ALLOW_UNAUTHENTICATED_NETWORK_ACCESS— set totrueto acknowledge running the shared-token mode on a network-reachable interface. Required in that configuration; ignored when request tokens are required.Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.