feat: add Neighborhood as bundled extension#7320
Closed
conrado44 wants to merge 1 commit intoblock:mainfrom
Closed
feat: add Neighborhood as bundled extension#7320conrado44 wants to merge 1 commit intoblock:mainfrom
conrado44 wants to merge 1 commit intoblock:mainfrom
Conversation
Add the Neighborhoods agentic commerce extension (discover restaurants, browse menus, place takeout orders) as a bundled-but-disabled extension. This is the first bundled extension using streamable_http transport, connecting to a remote MCP endpoint with no local binary required. Changes: - Add neighborhood entry to bundled-extensions.json (disabled by default) - Add streamable_http to BundledExtension type union - Add headers field to BundledExtension type - Add streamable_http case in syncBundledExtensions switch Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
|
i'll add this to the extensions library, not bundle in Goose |
This was referenced Feb 18, 2026
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.
Summary
streamable_httptransport support to the bundled extension sync logic in the desktop UI — this is the first bundled extension that isn'tbuiltinand connects to a remote MCP endpointExtensionConfigalready supportsstreamable_httpDetails
Neighborhoods lets users discover nearby restaurants, browse menus, and place takeout orders through natural conversation. It connects to a remote MCP endpoint at
https://connect.squareup.com/v2/mcp/neighborhoodviastreamable_httptransport — no local binary or stdio process needed. Sellers on the platform are US-based.Files changed
ui/desktop/src/components/settings/extensions/bundled-extensions.jsonneighborhoodentry (disabled by default)ui/desktop/src/components/settings/extensions/bundled-extensions.tsstreamable_httpto type union, addheadersfield, add switch caseTest plan
tsc --noEmitpasses (typecheck)rust-format,rust-build-and-test,desktop-lint,bundle-desktop-unsignedstreamable_httpconfig is added to config store🤖 Generated with Claude Code