release: version 3.15.0 - MCP Apps integration
Bump version to 3.15.0 with comprehensive MCP Apps documentation. Version updates: - VERSION: 3.14.0 → 3.15.0 - Synced across: README.md, cheatsheet.md, ultimate-guide.md, reference.yaml - Updated date: reference.yaml (2026-01-27) CHANGELOG.md: - Added MCP Apps (SEP-1865) documentation entry in [Unreleased] - ~50 lines detailing all changes: - architecture.md section (~150 lines) - ultimate-guide.md section (~90 lines) - Table update (Plugin vs MCP vs MCP Apps) - machine-readable/reference.yaml (8 entries) - Resource evaluation (159 lines, score 4/5) - Key facts: First official MCP extension, co-authored OpenAI+Anthropic - 9 interactive tools at launch (Asana, Slack, Figma, etc.) - Platform support: Claude Desktop, VS Code, ChatGPT, Goose - CLI relevance: Indirect (ecosystem, dev, hybrid workflows) README.md: - Resource Evaluations: 14 → 15 assessments docs/resource-evaluations/README.md: - Added MCP Apps entry in index table - Score: 3/5 → 4/5 (High Value) - Updated date: 2026-01-27 - Confirmed count: 15 evaluations Total changes: - 2 commits (MCP Apps docs + version bump) - ~240 lines documentation (architecture + guide) - 15 resource evaluations tracked - 4/5 integration score (ecosystem impact) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
18ea240e12
commit
a8d0f0273d
7 changed files with 61 additions and 12 deletions
48
CHANGELOG.md
48
CHANGELOG.md
|
|
@ -8,6 +8,54 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||
|
||||
### Added
|
||||
|
||||
- **MCP Apps (SEP-1865) Documentation** (`guide/architecture.md`, `guide/ultimate-guide.md`, `machine-readable/reference.yaml`)
|
||||
- **guide/architecture.md:656**: New section "MCP Extensions: Apps (SEP-1865)" (~150 lines)
|
||||
- Technical architecture (2 primitives: tools with UI metadata + UI resources via `ui://` scheme)
|
||||
- Communication flow diagram (MCP Client → Server → Sandboxed Iframe)
|
||||
- Multi-layered security model (sandbox, pre-declared templates, auditable JSON-RPC, user consent, content blocking)
|
||||
- Complete SDK documentation (`@modelcontextprotocol/ext-apps`): connect, ontoolresult, callServerTool, updateModelContext
|
||||
- Platform support matrix (6 clients: Claude Desktop, Cowork, VS Code, ChatGPT, Goose, CLI)
|
||||
- CLI relevance analysis (indirect: ecosystem understanding, MCP server dev, hybrid workflows)
|
||||
- 5 official example servers (threejs, map, pdf, system-monitor, sheet-music)
|
||||
- Production adoption table (9 tools at launch: Asana, Slack, Figma, Amplitude, Box, Canva, Clay, Hex, monday.com)
|
||||
- Relationship to prior work (MCP-UI, OpenAI Apps SDK)
|
||||
- Decision tree for MCP server developers (when to use Apps vs traditional tools)
|
||||
- 6 resource links (spec, SDK, blogs, VS Code announcement)
|
||||
- **guide/ultimate-guide.md:6509**: New section "MCP Evolution: Apps Extension" (~90 lines)
|
||||
- Context gap problem (before/after comparison)
|
||||
- What are MCP Apps (4 interface types: dashboards, wizards, viewers, monitors)
|
||||
- Available interactive tools table (9 tools with capabilities)
|
||||
- Platform support matrix with access instructions
|
||||
- CLI relevance (indirect benefits + hybrid workflow example)
|
||||
- Technical foundation (co-authoring, SDK, "build once deploy everywhere")
|
||||
- Cross-reference to architecture.md for deep dive
|
||||
- 3 resource links (MCP blog, Claude blog, spec)
|
||||
- **guide/ultimate-guide.md:7522**: Table update "Plugin vs. MCP Server"
|
||||
- Added "Interactive UI" row: Plugin (No) | MCP Server (Yes via MCP Apps)
|
||||
- Extended rule of thumb: MCP Apps = "What Claude can show"
|
||||
- Note clarifying CLI relevance and cross-reference to 8.1
|
||||
- **machine-readable/reference.yaml**: 8 new entries
|
||||
- mcp_apps_architecture, mcp_apps_evolution (line references)
|
||||
- mcp_apps_spec, mcp_apps_blog_mcp, mcp_apps_blog_claude, mcp_apps_sdk (external links)
|
||||
- mcp_apps_announcement_date: "2026-01-26"
|
||||
- mcp_apps_cli_relevance: "Indirect (ecosystem understanding, MCP server dev, hybrid workflows)"
|
||||
- **docs/resource-evaluations/mcp-apps-announcement.md**: New evaluation (159 lines)
|
||||
- Score: 4/5 (High Value - Integrate within 1 week)
|
||||
- 4 criteria evaluated (Pertinence: 4/5, Fiabilité: 5/5, Applicabilité: 3/5, Complétude: 4/5)
|
||||
- Technical review challenge (2/5 initial → 4/5 revised after ecosystem analysis)
|
||||
- Fact-check with Perplexity (9 claims verified)
|
||||
- Decision justification and integration tracking
|
||||
- **Total documentation**: ~240 lines across 3 guide files
|
||||
- **Resources evaluated**:
|
||||
- https://blog.modelcontextprotocol.io/posts/2026-01-26-mcp-apps/
|
||||
- https://claude.com/blog/interactive-tools-in-claude
|
||||
- **Key facts verified**:
|
||||
- First official MCP extension (co-authored OpenAI + Anthropic + MCP-UI creators)
|
||||
- SDK stable 2026-01-26
|
||||
- 9 interactive tools at launch (Asana, Slack, Figma, Amplitude, Box, Canva, Clay, Hex, monday.com)
|
||||
- Platform support: Claude Desktop (claude.ai/directory, Pro/Max/Team/Enterprise), VS Code Insiders, ChatGPT rolling out, Goose
|
||||
- Claude Code CLI: Not applicable (text-only terminal, no iframe rendering)
|
||||
- Indirect CLI benefits: Ecosystem understanding, MCP server development option, hybrid Desktop→CLI workflows
|
||||
- **Migration Scripts for v2.1.19 Breaking Change** (`examples/scripts/`)
|
||||
- `migrate-arguments-syntax.sh`: Bash migration script for macOS/Linux users
|
||||
- `migrate-arguments-syntax.ps1`: PowerShell migration script for Windows users
|
||||
|
|
|
|||
|
|
@ -276,7 +276,7 @@ cd quiz && npm install && npm start
|
|||
</details>
|
||||
|
||||
<details>
|
||||
<summary><strong>Resource Evaluations</strong> (14 assessments)</summary>
|
||||
<summary><strong>Resource Evaluations</strong> (15 assessments)</summary>
|
||||
|
||||
Systematic evaluation of external resources (tools, methodologies, articles) before integration into the guide.
|
||||
|
||||
|
|
@ -395,7 +395,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv
|
|||
|
||||
**Status**: Research preview (Pro $20/mo or Max $100-200/mo, macOS only, **VPN incompatible**)
|
||||
|
||||
**Archive**: Historical versions available in git history (pre-v3.14.0)
|
||||
**Archive**: Historical versions available in git history (pre-v3.15.0)
|
||||
|
||||
</details>
|
||||
|
||||
|
|
@ -465,7 +465,7 @@ Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/).
|
|||
|
||||
---
|
||||
|
||||
*Version 3.14.0 | January 2026 | Crafted with Claude*
|
||||
*Version 3.15.0 | January 2026 | Crafted with Claude*
|
||||
|
||||
<!-- SEO Keywords -->
|
||||
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,
|
||||
|
|
|
|||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
|||
3.14.0
|
||||
3.15.0
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ Les documents de travail bruts (prompts Perplexity, audits clients) restent dans
|
|||
|-----------|---------------|-------------|----------|---------|
|
||||
| **Anthropic Releases** (Jan 16-23, 2026) | - | - | ✅ Suivi régulier | [anthropic-releases-jan16-23-2026.md](./anthropic-releases-jan16-23-2026.md) |
|
||||
| **AST-grep** (Flavien Métivier) | 3/5 | **4/5** | ✅ Intégrer workflow | [astgrep-flavien-metivier.md](./astgrep-flavien-metivier.md) |
|
||||
| **MCP Apps** (SEP-1865) | 3/5 | **4/5** | ✅ Intégré (architecture + guide) | [mcp-apps-announcement.md](./mcp-apps-announcement.md) |
|
||||
| **Boris Cherny** (Cowork Video) | 4/5 | **4/5** | ✅ Intégré (mental models) | [boris-cowork-video-eval.md](./boris-cowork-video-eval.md) |
|
||||
| **Clawdbot** (Twitter Analysis) | 2/5 | **2/5** | ⚠️ Watch only | [clawdbot-twitter-analysis.md](./clawdbot-twitter-analysis.md) |
|
||||
| **GSD** (Getting Shit Done) | 4/5 | **4/5** | ✅ Intégré (workflow) | [gsd-evaluation.md](./gsd-evaluation.md) |
|
||||
|
|
@ -55,4 +56,4 @@ Les documents de travail bruts (prompts Perplexity, audits clients) restent dans
|
|||
|
||||
---
|
||||
|
||||
**Dernier update**: 2026-01-26 (15 évaluations)
|
||||
**Dernier update**: 2026-01-27 (15 évaluations)
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
**Written with**: Claude (Anthropic)
|
||||
|
||||
**Version**: 3.14.0 | **Last Updated**: January 2026
|
||||
**Version**: 3.15.0 | **Last Updated**: January 2026
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -465,4 +465,4 @@ where.exe claude; claude doctor; claude mcp list
|
|||
|
||||
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
|
||||
|
||||
*Last updated: January 2026 | Version 3.14.0*
|
||||
*Last updated: January 2026 | Version 3.15.0*
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
**Last updated**: January 2026
|
||||
|
||||
**Version**: 3.14.0
|
||||
**Version**: 3.15.0
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -15217,4 +15217,4 @@ This guide systematically evaluates external resources (tools, methodologies, ar
|
|||
|
||||
**Contributions**: Issues and PRs welcome.
|
||||
|
||||
**Last updated**: January 2026 | **Version**: 3.14.0
|
||||
**Last updated**: January 2026 | **Version**: 3.15.0
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
# Source: guide/ultimate-guide.md
|
||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||
|
||||
version: "3.14.0"
|
||||
updated: "2026-01-26"
|
||||
version: "3.15.0"
|
||||
updated: "2026-01-27"
|
||||
|
||||
# ════════════════════════════════════════════════════════════════
|
||||
# DEEP DIVE - Line numbers in guide/ultimate-guide.md
|
||||
|
|
@ -766,7 +766,7 @@ ecosystem:
|
|||
- "Cross-links modified → Update all 4 repos"
|
||||
history:
|
||||
- date: "2026-01-20"
|
||||
event: "Code Landing sync v3.14.0, 66 templates, cross-links"
|
||||
event: "Code Landing sync v3.15.0, 66 templates, cross-links"
|
||||
commit: "5b5ce62"
|
||||
- date: "2026-01-20"
|
||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue