Skip to content

feat: add Neighborhood extension to the Extensions Library#7328

Open
conrado44 wants to merge 2 commits intoblock:mainfrom
conrado44:add-neighborhoods-to-extensions-library
Open

feat: add Neighborhood extension to the Extensions Library#7328
conrado44 wants to merge 2 commits intoblock:mainfrom
conrado44:add-neighborhoods-to-extensions-library

Conversation

@conrado44
Copy link

Summary

  • Adds the Neighborhoods extension to the public Extensions Library (servers.json) so users can discover and install it from https://block.github.io/goose/extensions/
  • Uses the url field (same pattern as the existing Pieces entry) pointing to the remote streamable_http endpoint at https://connect.squareup.com/v2/mcp/neighborhood
  • Replaces the previous approach (PR feat: add Neighborhood as bundled extension #7320) which bundled it into the desktop app's internal config

Test plan

  • Verify documentation/static/servers.json is valid JSON
  • Build the docs site (cd documentation && npm run build) — no errors
  • Visit the extensions page — "Neighborhoods" appears in the grid
  • Click into the detail page — description, install notes, and command render correctly
  • Expand "Command" — shows goose session --with-remote-extension "https://connect.squareup.com/v2/mcp/neighborhood"
  • Click "Install" — generates a goose://extension?url=... deep link

🤖 Generated with Claude Code

List Neighborhoods in the public Extensions Library (servers.json) so
users can discover and install it themselves, instead of bundling it
in the desktop app's internal config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@conrado44 conrado44 requested a review from a team as a code owner February 18, 2026 23:01
@angiejones angiejones self-assigned this Feb 18, 2026
@angiejones angiejones changed the title feat: add Neighborhoods extension to the Extensions Library feat: add Neighborhood extension to the Extensions Library Feb 18, 2026
Copy link
Collaborator

@angiejones angiejones left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

servers.json is not up to date. it's missing a lot of servers.

doc should be updated with prompts and actual output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments