Skip to content

Commit 24174b9

Browse files
committed
Simplify MCP App UIs for basic branch
Remove advanced features to be kept in mcp-ui-apps-advanced: - Strip labels, assignees, milestones, issue types, repo picker from issue-write - Strip repo picker, branch selectors from pr-write - Delete ui_get tool (ui_tools.go, ui_tools_test.go, ui_get.snap) - Remove UIGet registration from tools.go Basic forms retain: title, body, submit with _ui_submitted, draft/regular split button (PR), MarkdownEditor, and SuccessView.
1 parent a2dcb30 commit 24174b9

File tree

6 files changed

+36
-1592
lines changed

6 files changed

+36
-1592
lines changed

pkg/github/__toolsnaps__/ui_get.snap

Lines changed: 0 additions & 36 deletions
This file was deleted.

pkg/github/tools.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -295,9 +295,6 @@ func AllTools(t translations.TranslationHelperFunc) []inventory.ServerTool {
295295
GetLabelForLabelsToolset(t),
296296
ListLabels(t),
297297
LabelWrite(t),
298-
299-
// UI tools (insiders only)
300-
UIGet(t),
301298
}
302299
}
303300

pkg/github/ui_tools.go

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)