Skip to content

feat: add e-commerce product search example#66

Merged
KushagraAgarwal525 merged 3 commits intoLeanMCP:mainfrom
yogyam:feature/ecommerce-search-example
Mar 6, 2026
Merged

feat: add e-commerce product search example#66
KushagraAgarwal525 merged 3 commits intoLeanMCP:mainfrom
yogyam:feature/ecommerce-search-example

Conversation

@yogyam
Copy link
Contributor

@yogyam yogyam commented Feb 22, 2026

  • Mock database with 20 products across 5 categories
  • 4 tools: searchProducts, getProductDetails, getCategories, getProductRecommendations
  • 1 resource: productCatalog (full catalog as JSON)
  • 1 prompt: productSearchAssistant (AI shopping assistant template)
  • Full-text search, filtering, pagination, sorting, and recommendations
  • Added example section to root README.md

- Mock database with 20 products across 5 categories
- 4 tools: searchProducts, getProductDetails, getCategories, getProductRecommendations
- 1 resource: productCatalog (full catalog as JSON)
- 1 prompt: productSearchAssistant (AI shopping assistant template)
- Full-text search, filtering, pagination, sorting, and recommendations
- Added example section to root README.md
@KushagraAgarwal525 KushagraAgarwal525 self-requested a review March 4, 2026 11:58
Copy link
Collaborator

@KushagraAgarwal525 KushagraAgarwal525 left a comment

Choose a reason for hiding this comment

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

@yogyam thanks for the PR! Before I merge this, could you please use "latest" for leanmcp package versions in package.json? Other than that, LGTM!

Please test it out once more after you make that change with the latest packages.

@yogyam
Copy link
Contributor Author

yogyam commented Mar 6, 2026

Hey, Just updated my PR!

@KushagraAgarwal525 KushagraAgarwal525 merged commit 2425b96 into LeanMCP:main Mar 6, 2026
2 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.

2 participants