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

add tools for description updates #20

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ncapek
Copy link
Contributor

@ncapek ncapek commented Mar 27, 2025

This PR add (separate) MCP tools for modifying the descriptions of Bucket, Table and Component objects.
Additional methods were also added to the client, since these tools require POSTing to endpoints.

Copy link
Contributor

@vita-stejskal vita-stejskal left a comment

Choose a reason for hiding this comment

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

Please increment the project version. Ideally, please also write some tests.

description: The new description for the bucket.

Returns:
The response from the API.
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this response really? We should not just forward the response from SAPI, because this response is what the LLM will see as the result of calling this tool. We should make sure to return only fields/values that we want to return and use a proper type for the return value (i.e. pydantic object or Annotated primitive type).

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