Files
github--github-mcp-server/pkg/github/__toolsnaps__/get_label.snap
Copilot 9bf905bba4 Migrate labels toolset to modelcontextprotocol/go-sdk (#1433)
* Initial plan

* Migrate labels toolset from mark3labs/mcp-go to modelcontextprotocol/go-sdk

Co-authored-by: omgitsads <4619+omgitsads@users.noreply.github.com>

* re-add labels toolset

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: omgitsads <4619+omgitsads@users.noreply.github.com>
Co-authored-by: LuluBeatson <lulubeatson@github.com>
2025-11-19 17:33:32 +01:00

30 lines
634 B
Plaintext

{
"annotations": {
"readOnlyHint": true,
"title": "Get a specific label from a repository."
},
"description": "Get a specific label from a repository.",
"inputSchema": {
"type": "object",
"required": [
"owner",
"repo",
"name"
],
"properties": {
"name": {
"type": "string",
"description": "Label name."
},
"owner": {
"type": "string",
"description": "Repository owner (username or organization name)"
},
"repo": {
"type": "string",
"description": "Repository name"
}
}
},
"name": "get_label"
}