-
Notifications
You must be signed in to change notification settings - Fork 21
✨ Shopping Tool: MCP Server #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Adds the Shopping Agent MCP server implementation, including: - Server code (shopping_agent.py) - Documentation (README.md, ARCHITECTURE.md, QUICKSTART.md) - Configuration (pyproject.toml, Dockerfile) - Helper scripts (test_server.sh) Signed-off-by: Yena Yu <yenayu@bu.edu>
ce46978 to
501b4ea
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 12 out of 12 changed files in this pull request and generated 17 comments.
Comments suppressed due to low confidence (2)
mcp/shopping_agent/shopping_agent.py:8
- Import of 'Dict' is not used.
Import of 'Any' is not used.
Import of 'List' is not used.
from typing import Dict, Any, List
mcp/shopping_agent/shopping_agent.py:94
- Unnecessary 'pass' statement.
pass
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Yes, I originally had one large PR but separated into two PRs |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
modified from the github copilot Signed-off-by: Yena Yu <yenayu@bu.edu>
78b4b05 to
72bdd26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 18 comments.
Comments suppressed due to low confidence (2)
mcp/shopping_tool/shopping_agent.py:93
- Unnecessary 'pass' statement.
pass
mcp/shopping_tool/shopping_agent.py:148
- This statement is unreachable.
return json.dumps({
"query": query,
"organic_results": results.get("organic_results", [])[:max_results],
"shopping_results": results.get("shopping_results", [])[:max_results]
}, indent=2)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
f843f49 to
fafbcf2
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Yena Yu <yenayu@bu.edu>
Signed-off-by: Yena Yu <yenayu@bu.edu>
945c262 to
694e198
Compare
mrsabath
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for all the changes! LGTM
Summary
This is the MCP server PR for Shopping Agent.
Related issue(s)
Fixes #