-
Notifications
You must be signed in to change notification settings - Fork 1
Review readme and improve each tool's description #11
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
Conversation
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
This PR improves documentation for each tool, upgrades dependency versions, and removes unnecessary translation files.
- Updates tool descriptions and renames functions for clarity
- Upgrades dependency versions and bumps package version in pyproject.toml
- Removes extraneous Chainlit translation files
Reviewed Changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| src/sifflet_mcp/server.py | Updated tool descriptions, renamed parameters/functions, and added type annotations; improved JSON serializability in downstream assets. |
| pyproject.toml | Bumped package version and upgraded dependency versions. |
| README.md | Revised documentation to reflect SIFFLET_BACKEND_URL usage. |
| .chainlit/translations/* | Removed unnecessary translation files as requested. |
Comments suppressed due to low confidence (1)
src/sifflet_mcp/server.py:113
- The parameter was renamed from 'owners' to 'owners_email' for clarity; please ensure that the list comprehension using this parameter is updated consistently in the code.
owners_email: List[str],
| # Monitor as code | ||
| @mcp.tool("get_monitor_code_by_description") | ||
| @mcp.tool( | ||
| "get_monitor_code_by_description", |
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.
I wondering whether it should be a "get" or "create". Get implies that we get something from the database but it's not the case. "create" implies that we create something in the db, not the case either.
Uh oh!
There was an error while loading. Please reload this page.