Commit a1c6104
fix(ui): advertise get_me as an app via _meta.ui.visibility
The get_me tool wires a UI resource via _meta.ui.resourceUri but was missing the visibility array. MCP clients that key off visibility to decide whether to render a tool as an app (e.g. VS Code's MCP Apps renderer) silently skipped get_me as a result.
Add visibility: ["model", "app"] to match the other UI-enabled tools (issue_write, create_pull_request).
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d4e1231 commit a1c6104
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments