Skip to content

feat: add Cash App extension to the Extensions Library#8622

Merged
alexhancock merged 1 commit into
aaif-goose:mainfrom
conrado44:feat/cash-app-extension
Apr 17, 2026
Merged

feat: add Cash App extension to the Extensions Library#8622
alexhancock merged 1 commit into
aaif-goose:mainfrom
conrado44:feat/cash-app-extension

Conversation

@conrado44
Copy link
Copy Markdown
Contributor

Summary

  • Adds the Cash App extension to the public Extensions Library (servers.json) so users can discover and install it from the extensions page
  • Uses the streamable-http type pointing to https://connect.squareup.com/v2/mcp/cash-app
  • Includes a documentation page (cash-app-mcp.md) with quick install, configuration, tool descriptions, and example prompts

What the extension provides

  • discover-nearby-restaurants — find restaurants near a location, with filters for open status, brand, cuisine intent, and timezone
  • get-restaurant-menu-overview — plain-text menu with categories, prices, descriptions, and recommendations

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 — "Cash App" appears in the grid
  • Click into the detail page — description, install notes, and command render correctly
  • Click "Install" — generates a goose://extension?url=... deep link

🤖 Generated with Claude Code

Add the Cash App MCP extension to servers.json and create a documentation
page with installation instructions and example usage. The extension
connects to the /v2/mcp/cash-app endpoint for restaurant discovery,
menu browsing, and ordering.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@alexhancock alexhancock enabled auto-merge April 17, 2026 13:13
@alexhancock alexhancock added this pull request to the merge queue Apr 17, 2026
Merged via the queue into aaif-goose:main with commit 3f3b519 Apr 17, 2026
20 checks passed
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.

3 participants