Conversation
…rver into tommy/test-mcp-apps
There was a problem hiding this comment.
Pull request overview
This PR adds a new announcement file mcp-apps-are-here.md to the repository root. The file contains a brief 4-line message announcing that "MCP Apps are live in the Insiders version of the GitHub MCP Server." MCP Apps is a real feature in the codebase that provides UI resources for interactive forms in tools like get_me, create_issue, and create_pull_request, as evidenced by the extensive implementation found in pkg/github/ui_resources.go, pkg/github/ui_capability.go, and related files.
Changes:
- Adds announcement file
mcp-apps-are-here.mdto repository root
| Hello, World! | ||
|
|
||
| MCP Apps are live in the Insiders version of | ||
| the GitHub MCP Server! No newline at end of file |
There was a problem hiding this comment.
This announcement file appears to be misplaced in the repository root. Based on the existing repository structure, this content should either be:
- Moved to the
docs/directory if it's meant to be permanent documentation - Added as a section to the existing README.md (similar to how Insiders Mode is documented in the README)
- Removed entirely if it's just a temporary announcement
The root directory is typically reserved for essential project files (build configs, license, core docs), not announcements. Consider whether this file provides lasting value to the repository or if it's better suited for a blog post, release notes, or documentation update.
| Hello, World! | |
| MCP Apps are live in the Insiders version of | |
| the GitHub MCP Server! | |
| # MCP Apps | |
| MCP Apps are available in the Insiders version of the GitHub MCP Server. | |
| This document provides a brief overview of that feature so it can be referenced as part of the server’s documentation. |
Hello, World! MCP Apps are live in the Insiders version of the GitHub MCP Server!