chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:37:57 +08:00
commit e30f8ba47c
533 changed files with 115926 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"_meta": {
"ui": {
"resourceUri": "ui://github-mcp-server/get-me",
"visibility": [
"model",
"app"
]
}
},
"annotations": {
"idempotentHint": false,
"readOnlyHint": true,
"title": "Get my user profile"
},
"description": "Get details of the authenticated GitHub user. Use this when a request is about the user's own profile for GitHub. Or when information is missing to build other tool calls.",
"inputSchema": {
"properties": {},
"type": "object"
},
"name": "get_me"
}