- Notifications
You must be signed in to change notification settings - Fork3.1k
rename tooling#1198
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
rename tooling#1198
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -48,5 +48,5 @@ | ||
| ], | ||
| "type": "object" | ||
| }, | ||
| "name": "label_write" | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -239,13 +239,13 @@ func ListLabels(getGQLClient GetGQLClientFn, t translations.TranslationHelperFun | ||
| } | ||
| } | ||
| //LabelWrite handles create, update, and delete operations for GitHub labels | ||
| funcLabelWrite(getGQLClientGetGQLClientFn,t translations.TranslationHelperFunc) (mcp.Tool, server.ToolHandlerFunc) { | ||
| returnmcp.NewTool( | ||
| "label_write", | ||
| mcp.WithDescription(t("TOOL_LABEL_WRITE_DESCRIPTION","Perform write operations on repository labels. To set labels on issues, use the 'update_issue' tool.")), | ||
| mcp.WithToolAnnotation(mcp.ToolAnnotation{ | ||
| Title:t("TOOL_LABEL_WRITE_TITLE","Write operations on repository labels."), | ||
Comment on lines +246 to +248 CopilotAI | ||
| ReadOnlyHint:ToBoolPtr(false), | ||
| }), | ||
| mcp.WithString("method", | ||
Uh oh!
There was an error while loading.Please reload this page.