docs: 2026 product & solution landscape research briefing#89
Conversation
Add a cited research briefing on where gemini-mcp-tool sits in the MCP ecosystem: competitive landscape, emerging adoption patterns (multi-model delegation / context economics), MCP standardization trends, the Gemini CLI -> Antigravity CLI substrate change, and the CVE-2026-0755 security milestone. Wire the report into the VitePress sidebar under a new "Research" section.
There was a problem hiding this comment.
Code Review
This pull request introduces a comprehensive research briefing on the Model Context Protocol (MCP) ecosystem and competitive landscape for 2026, alongside adding a corresponding 'Research' section to the documentation sidebar. The review feedback suggests expanding this new sidebar section by default to improve the discoverability of the newly added research document.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| { | ||
| text: 'Research', | ||
| collapsed: true, | ||
| items: [ | ||
| { text: 'Landscape & Trends (2026)', link: '/research/landscape-2026' }, | ||
| ] | ||
| } |
There was a problem hiding this comment.
Since the Research section currently contains only a single item, having it collapsed by default (collapsed: true) reduces its discoverability. Setting collapsed: false (consistent with other main sections like Getting Started, Core Concepts, and Usage) ensures that the research briefing is immediately visible to readers in the sidebar.
| { | |
| text: 'Research', | |
| collapsed: true, | |
| items: [ | |
| { text: 'Landscape & Trends (2026)', link: '/research/landscape-2026' }, | |
| ] | |
| } | |
| { | |
| text: 'Research', | |
| collapsed: false, | |
| items: [ | |
| { text: 'Landscape & Trends (2026)', link: '/research/landscape-2026' }, | |
| ] | |
| } |
Summary
Adds
docs/research/landscape-2026.md— a cited reference note on where gemini-mcp-tool sits in the current MCP ecosystem — and a "Research" section in the VitePress sidebar that links it.Documentation only; no code changes.
Contents
Every claim carries a confidence marker (H/M/L) and an inline source link, with a caveats section noting figures that are point-in-time or snippet-sourced.
Files
docs/research/landscape-2026.md— the note.docs/.vitepress/config.js— adds the "Research" sidebar group.Notes
vitepress buildwas not run (docs deps not installed here); the config change mirrors the existing sidebar groups and passesnode --check.