-
Notifications
You must be signed in to change notification settings - Fork 8
feat: Add custom metadata creation/updation/retrieval tool with full property support #43
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
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.
can you please create an issue for this?, and post it in the mcp channel so everyone is aware of this.
attributes: List[Dict[str, Any]], | ||
description: Optional[str] = None, | ||
emoji: Optional[str] = None, | ||
logo_url: Optional[str] = None, | ||
locked: bool = False, |
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.
can you remove the type definitions in the tools at the server level? it fails with the cursor. we can have it at the tools level.
add_attributes: Optional[List[Dict[str, Any]]] = None, | ||
modify_attributes: Optional[Dict[str, Dict[str, Any]]] = None, | ||
remove_attributes: Optional[List[str]] = None, | ||
archived_by: Optional[str] = None, |
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.
here as well.
display_name: Optional[str] = None, | ||
description: Optional[str] = None, | ||
emoji: Optional[str] = None, | ||
logo_url: Optional[str] = None, | ||
badge_conditions: Optional[List[Dict[str, Any]]] = None, |
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.
same here
display_name: Optional[str] = None, | ||
description: Optional[str] = None, | ||
emoji: Optional[str] = None, | ||
logo_url: Optional[str] = None, |
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.
same here
Key Features:
Logo and Display Options
Badge Management
Comprehensive Error Handling
Example Use Cases:
Testing:
Documentation:
Screenshot: