We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88d2ec commit f21dcd3Copy full SHA for f21dcd3
2 files changed
pkg/github/__toolsnaps__/get_me.snap
@@ -1,7 +1,11 @@
1
{
2
"_meta": {
3
"ui": {
4
- "resourceUri": "ui://github-mcp-server/get-me"
+ "resourceUri": "ui://github-mcp-server/get-me",
5
+ "visibility": [
6
+ "model",
7
+ "app"
8
+ ]
9
}
10
},
11
"annotations": {
pkg/github/context_tools.go
@@ -58,6 +58,7 @@ func GetMe(t translations.TranslationHelperFunc) inventory.ServerTool {
58
Meta: mcp.Meta{
59
"ui": map[string]any{
60
"resourceUri": GetMeUIResourceURI,
61
+ "visibility": []string{"model", "app"},
62
63
64
0 commit comments