Make API bool parameters in search_repos and list_releases optional (#40) #44
Reference in New Issue
Block a user
No description provided.
Delete Branch "fitithw/gitea-mcp:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fix #40
Left the
mcp.DefaultBool(false)
foris_draft
andis_pre_release
inlist_releases
, because I guess they are default, but it's up to the client whether to set them or not.