Skip to content
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

Added new MCP tool | added integration test #3

Merged
merged 4 commits into from
Apr 4, 2025

Conversation

gabrielfior
Copy link
Collaborator

No description provided.

@gabrielfior gabrielfior requested review from Copilot and kongzii April 4, 2025 20:45
Copy link

@Copilot 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.

Copilot reviewed 11 out of 13 changed files in this pull request and generated no comments.

Files not reviewed (2)
  • .dockerignore: Language not supported
  • Dockerfile: Language not supported
Comments suppressed due to low confidence (1)

server/market.py:31

  • The error message references 'gateway.ipfs.io' while the URL being fetched is 'https://ipfs.io/ipfs/{ipfs_cid}'. Update the error message to correctly reflect the URL used in the request.
logger.warning(f"Failed to fetch IPFS content from gateway.ipfs.io for CID {ipfs_cid}, error {e}")

@@ -14,8 +14,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
# Copy the project into the intermediate image
COPY pyproject.toml pyproject.toml
COPY uv.lock uv.lock
COPY run_server.py /app/run_server.py
COPY app.py /app/app.py
COPY server /app/server
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@gabrielfior gabrielfior merged commit aaee7e0 into main Apr 4, 2025
8 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.

1 participant