Files
2026-02-02 16:56:07 +00:00

17 lines
455 B
Plaintext

{
"_meta": {
"ui": {
"resourceUri": "ui://github-mcp-server/get-me"
}
},
"annotations": {
"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"
}