WIP: Improve docs metadata and SEO#768
Open
rodincave wants to merge 9 commits into
Open
Conversation
f8d2f8c to
d0f9d52
Compare
harijoe
requested changes
May 18, 2026
| --- | ||
| title: useOpenExternal | ||
| description: "Navigate users to external URLs properly from within your app views." | ||
| description: "Open external URLs safely from MCP Apps views with host-aware navigation for ChatGPT Apps, MCP Apps, embedded UI, and user workflows." |
Collaborator
There was a problem hiding this comment.
I don't really get what host-aware means, neither embedded UI, and user workflows
Contributor
Author
There was a problem hiding this comment.
yea this one was a bit hallucinated!
Open external URLs safely from inside your MCP Apps views
Better?
| --- | ||
| title: useDisplayMode | ||
| description: "Read and control view display modes: inline, fullscreen, or picture-in-picture." | ||
| description: "Read and control MCP Apps view display modes such as inline, fullscreen, and picture-in-picture across supported MCP clients and AI hosts." |
Contributor
Author
There was a problem hiding this comment.
yes we can remove the AI hosts
Read and control MCP Apps view display modes such as inline, fullscreen, and picture-in-picture across supported MCP clients.
| --- | ||
| title: registerTool | ||
| description: "Register an MCP tool — with or without a React view" | ||
| description: "Register MCP tools in Skybridge, bind them to React views, configure tool metadata, and return structured content for AI hosts and MCP clients." |
Collaborator
There was a problem hiding this comment.
I'm not sure about the ai hosts terminology
Contributor
Author
There was a problem hiding this comment.
Register MCP tools in Skybridge, bind them to React view ressources, configure tool metadata, and return structured content for MCP clients.
?
Co-authored-by: Julien Vallini <vallinij@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation
Notes
Greptile Summary
This is a docs-only pass across 67 MDX pages improving SEO metadata and applying consistent terminology and casing rules throughout the Skybridge documentation.
description(andkeywordson the two top-level pages) replacing generic one-liners, with no changes to routing or navigation structure.telemetry.mdx("read from and write to"), and a handful of minor grammar improvements across the guides.Confidence Score: 5/5
Pure documentation content changes with no functional code, no broken links, and no navigation structure modifications — safe to merge.
All 67 changed files are MDX documentation pages. Every change is limited to frontmatter metadata (title, description, keywords) and prose copy — casing fixes, grammar corrections, and terminology standardisation. There is no executable code, no schema changes, and no routing or sidebar structure touched.
No files require special attention.
Prompt To Fix All With AI
Reviews (2): Last reviewed commit: "Apply suggestions from code review" | Re-trigger Greptile