Skip to content

Mcp UI apps 3#3

Closed
mattdholloway wants to merge 24 commits intomainfrom
mcp-ui-apps-3
Closed

Mcp UI apps 3#3
mattdholloway wants to merge 24 commits intomainfrom
mcp-ui-apps-3

Conversation

@mattdholloway
Copy link
Owner

Summary

Why

Fixes #

What changed

MCP impact

  • No tool or API changes
  • Tool schema or behavior changed
  • New tool added

Prompts tested (tool changes only)

Security / limits

  • No security or limits impact
  • Auth / permissions considered
  • Data exposure, filtering, or token/size limits considered

Tool renaming

  • I am renaming tools as part of this PR (e.g. a part of a consolidation effort)
    • I have added the new tool aliases in deprecated_tool_aliases.go
  • I am not renaming tools as part of this PR

Note: if you're renaming tools, you must add the tool aliases. For more information on how to do so, please refer to the official docs.

Lint & tests

  • Linted locally with ./script/lint
  • Tested locally with ./script/test

Docs

  • Not needed
  • Updated (README / docs / examples)

Repository owner deleted a comment from github-actions bot Feb 2, 2026
Repository owner deleted a comment from github-actions bot Feb 3, 2026
@github-actions
Copy link

github-actions bot commented Feb 3, 2026

UI Components Diff Report

🆕 New Components

apps/get-me/App.tsx

  • Exports: AvatarWithFallback, UserCard, GetMeApp
  • Hooks: useState, useMcpApp
  • State: imgError
  • Primer components: Avatar, Box, Text, Link, Heading, Spinner

apps/issue-write/App.tsx

  • Exports: SuccessView, CreateIssueApp
  • Hooks: useState, useMcpApp, useEffect, useCallback, useMemo
  • State: title, body, isSubmitting, error, successIssue, availableLabels, selectedLabels, labelsLoading, labelsFilter, availableAssignees, selectedAssignees, assigneesLoading, assigneesFilter, availableMilestones, selectedMilestone, milestonesLoading, availableIssueTypes, selectedIssueType, issueTypesLoading, selectedRepo, repoSearchResults, repoSearchLoading, repoFilter, existingIssueData
  • Primer components: Box, Text, TextInput, Button, Flash, Link, Spinner, FormControl, CounterLabel, ActionMenu, ActionList, Label

apps/pr-write/App.tsx

  • Exports: SuccessView, CreatePRApp
  • Hooks: useState, useMcpApp, useEffect, useMemo, useCallback
  • State: title, body, isSubmitting, error, successPR, availableBranches, baseBranch, headBranch, branchesLoading, baseFilter, headFilter, isDraft, maintainerCanModify, availableLabels, selectedLabels, labelsLoading, labelsFilter, availableReviewers, selectedReviewers, reviewersLoading, reviewersFilter, availableMilestones, selectedMilestone, milestonesLoading, selectedRepo, repoSearchResults, repoSearchLoading, repoFilter, submittedTitle
  • Primer components: Box, Text, TextInput, Button, Flash, Link, Spinner, FormControl, CounterLabel, ActionMenu, ActionList, Label, Checkbox

components/AppProvider.tsx

  • Exports: AppProvider
  • Props: children
  • Hooks: useEffect
  • Primer components: ThemeProvider, BaseStyles, Box

components/MarkdownEditor.tsx

  • Exports: MarkdownEditor
  • Props: value, onChange, placeholder, minHeight
  • Hooks: useId, useTheme, useEffect
  • State: viewMode
  • Primer components: Box, Text, Button, IconButton, useTheme

🤖 This comment is automatically updated when UI component files change.

@mattdholloway
Copy link
Owner Author

Moved to github#1957

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants