fix(ui): advertise get_me as an app via _meta.ui.visibility (#2503)
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
{
|
||||
"_meta": {
|
||||
"ui": {
|
||||
"resourceUri": "ui://github-mcp-server/get-me"
|
||||
"resourceUri": "ui://github-mcp-server/get-me",
|
||||
"visibility": [
|
||||
"model",
|
||||
"app"
|
||||
]
|
||||
}
|
||||
},
|
||||
"annotations": {
|
||||
|
||||
@@ -58,6 +58,7 @@ func GetMe(t translations.TranslationHelperFunc) inventory.ServerTool {
|
||||
Meta: mcp.Meta{
|
||||
"ui": map[string]any{
|
||||
"resourceUri": GetMeUIResourceURI,
|
||||
"visibility": []string{"model", "app"},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user