Skip to content

Comments

feat: add Neighborhood extension to the Extensions Library#7328

Merged
angiejones merged 6 commits intoblock:mainfrom
conrado44:add-neighborhoods-to-extensions-library
Feb 20, 2026
Merged

feat: add Neighborhood extension to the Extensions Library#7328
angiejones merged 6 commits intoblock:mainfrom
conrado44:add-neighborhoods-to-extensions-library

Conversation

@conrado44
Copy link
Contributor

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

@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

conrado44 and others added 2 commits February 19, 2026 10:35
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>
Add the Neighborhoods entry to servers.json and create a documentation
page with configuration instructions and example prompts showing how
Neighborhoods pairs with context (calendar, activity, health tracking)
to make food decisions that fit your day.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@conrado44 conrado44 force-pushed the add-neighborhoods-to-extensions-library branch from 760d631 to d3d60f0 Compare February 19, 2026 15:42
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@conrado44
Copy link
Contributor Author

Addressed all feedback:

  1. "servers.json is not up to date, missing a lot of servers" — Rebased on upstream main. File now has all 55 entries (54 existing + Neighborhoods). ✅
  2. "doc should be updated with prompts and actual output" — Created neighborhood-mcp.md with real example prompt/output (the tennis lunch), plus two more prompt ideas showing the context-pairing story. ✅
  3. "is there a link to the MCP?" — Updated the link field to point to the doc page at https://block.github.io/goose/docs/mcp/neighborhood-mcp. ✅

…p doc

- Rename "Neighborhoods" to "Neighborhood" (matches the endpoint URL)
- Replace one-shot CLI command with full `goose configure` walkthrough
- Remove "no local setup" line from Configuration section
- Collapse calendar/macro examples into a "More Prompt Ideas" section
- Clear `link` field in servers.json (no public repo or creator page)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@conrado44 conrado44 requested a review from angiejones February 19, 2026 18:55
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds the Neighborhood extension to the public Extensions Library (servers.json), enabling users to discover and install it from the goose extensions page. The extension connects to a remote MCP endpoint at Square's infrastructure for restaurant discovery and takeout ordering. This replaces the previous approach (PR #7320) which would have bundled it into the desktop app's internal config.

Changes:

  • Added Neighborhood entry to the extensions library JSON with remote HTTP configuration
  • Added comprehensive documentation page with installation instructions and usage examples

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
documentation/static/servers.json Adds Neighborhood extension configuration with URL, description, and metadata
documentation/docs/mcp/neighborhood-mcp.md New documentation page with installation guide, configuration instructions, and usage examples

@angiejones angiejones added this pull request to the merge queue Feb 20, 2026
Merged via the queue into block:main with commit 78fe007 Feb 20, 2026
22 checks passed
tlongwell-block added a commit that referenced this pull request Feb 20, 2026
* origin/main: (21 commits)
  feat(ui): show token counts directly for "free" providers (#7383)
  Update creator note (#7384)
  Remove display_name from local model API and use model ID everywhere (#7382)
  fix(summon): stop MOIM from telling models to sleep while waiting for tasks (#7377)
  Completely pointless ascii art (#7329)
  feat: add Neighborhood extension to the Extensions Library (#7328)
  feat: computer controller overhaul, adding peekaboo (#7342)
  Add blog post: Gastown Explained: How to Use Goosetown for Parallel Agentic Engineering (#7372)
  docs: type-to-search goose configure lists (#7371)
  docs: search conversation history (#7370)
  fix: stderr noise (#7346)
  chore(deps): bump hono from 4.11.9 to 4.12.0 in /ui/desktop (#7369)
  Include 3rd-party license copy for JavaScript/CSS minified files (#7352)
  docs for reasoning env var (#7367)
  docs: update skills detail page to reference Goose Summon extension (#7350)
  fix(apps): restore MCP app sampling support reverted by #6933 (#7366)
  feat: TUI client of goose-acp (#7362)
  docs: agent variable (#7365)
  docs: pass env vars to shell (#7361)
  docs: update sandbox topic (#7336)
  ...

# Conflicts:
#	Cargo.lock
tlongwell-block added a commit that referenced this pull request Feb 20, 2026
…extension

* origin/main: (79 commits)
  Post release checklist as a comment on release PRs (#7307)
  unique api key (#7391)
  fix: use correct colors for download progress bar (#7390)
  Add local model settings access from bottom bar model menu (#7378)
  Change Recipe Security Scanner API key (#7387)
  switch Ask AI Discord bot from openrouter to anthropic (#7386)
  feat(ui): show token counts directly for "free" providers (#7383)
  Update creator note (#7384)
  Remove display_name from local model API and use model ID everywhere (#7382)
  fix(summon): stop MOIM from telling models to sleep while waiting for tasks (#7377)
  Completely pointless ascii art (#7329)
  feat: add Neighborhood extension to the Extensions Library (#7328)
  feat: computer controller overhaul, adding peekaboo (#7342)
  Add blog post: Gastown Explained: How to Use Goosetown for Parallel Agentic Engineering (#7372)
  docs: type-to-search goose configure lists (#7371)
  docs: search conversation history (#7370)
  fix: stderr noise (#7346)
  chore(deps): bump hono from 4.11.9 to 4.12.0 in /ui/desktop (#7369)
  Include 3rd-party license copy for JavaScript/CSS minified files (#7352)
  docs for reasoning env var (#7367)
  ...
aharvard added a commit that referenced this pull request Feb 20, 2026
* origin/main: (28 commits)
  [docs] Add Excalidraw MCP App Tutorial (#7401)
  Post release checklist as a comment on release PRs (#7307)
  unique api key (#7391)
  fix: use correct colors for download progress bar (#7390)
  Add local model settings access from bottom bar model menu (#7378)
  Change Recipe Security Scanner API key (#7387)
  switch Ask AI Discord bot from openrouter to anthropic (#7386)
  feat(ui): show token counts directly for "free" providers (#7383)
  Update creator note (#7384)
  Remove display_name from local model API and use model ID everywhere (#7382)
  fix(summon): stop MOIM from telling models to sleep while waiting for tasks (#7377)
  Completely pointless ascii art (#7329)
  feat: add Neighborhood extension to the Extensions Library (#7328)
  feat: computer controller overhaul, adding peekaboo (#7342)
  Add blog post: Gastown Explained: How to Use Goosetown for Parallel Agentic Engineering (#7372)
  docs: type-to-search goose configure lists (#7371)
  docs: search conversation history (#7370)
  fix: stderr noise (#7346)
  chore(deps): bump hono from 4.11.9 to 4.12.0 in /ui/desktop (#7369)
  Include 3rd-party license copy for JavaScript/CSS minified files (#7352)
  ...

# Conflicts:
#	ui/desktop/src/components/bottom_menu/CostTracker.tsx
zanesq added a commit that referenced this pull request Feb 20, 2026
* origin/main: (215 commits)
  docs: voice dictation updates (#7396)
  [docs] Add Excalidraw MCP App Tutorial (#7401)
  Post release checklist as a comment on release PRs (#7307)
  unique api key (#7391)
  fix: use correct colors for download progress bar (#7390)
  Add local model settings access from bottom bar model menu (#7378)
  Change Recipe Security Scanner API key (#7387)
  switch Ask AI Discord bot from openrouter to anthropic (#7386)
  feat(ui): show token counts directly for "free" providers (#7383)
  Update creator note (#7384)
  Remove display_name from local model API and use model ID everywhere (#7382)
  fix(summon): stop MOIM from telling models to sleep while waiting for tasks (#7377)
  Completely pointless ascii art (#7329)
  feat: add Neighborhood extension to the Extensions Library (#7328)
  feat: computer controller overhaul, adding peekaboo (#7342)
  Add blog post: Gastown Explained: How to Use Goosetown for Parallel Agentic Engineering (#7372)
  docs: type-to-search goose configure lists (#7371)
  docs: search conversation history (#7370)
  fix: stderr noise (#7346)
  chore(deps): bump hono from 4.11.9 to 4.12.0 in /ui/desktop (#7369)
  ...

# Conflicts:
#	ui/desktop/package-lock.json
#	ui/desktop/package.json
#	ui/desktop/src/components/GooseSidebar/AppSidebar.tsx
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