Skip to content

Commit 4daff9b

Browse files
committed
Refine documentation for authentication, client frameworks, and development hosts by enhancing descriptions, updating links, and improving formatting for clarity and consistency.
1 parent 1744101 commit 4daff9b

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

auth/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ iconType: "solid"
77

88
# <Icon icon="key" iconType="solid" color="#3B82F6" /> Authentication for MCP Applications
99

10-
Adding authentication to your MCP application is essential for personalized experiences, secure data access, and user management. This section explores various authentication providers that integrate well with MCP applications.
10+
Adding authentication to your MCP application is essential for personalized experiences, secure data access, and user management. This section covers authentication methods suitable for securing MCP applications.
1111

12-
## <Icon icon="star" iconType="solid" /> Popular Authentication Providers
12+
## <Icon icon="star" iconType="solid" /> Authentication Providers
1313

1414
- <Icon icon="fingerprint" iconType="solid" /> **Stytch**: API-first authentication platform with passwordless options and comprehensive MFA support
1515
- <Icon icon="shield-alt" iconType="solid" /> **Auth0**: Mature identity platform with extensive customization options and enterprise features

client-frameworks/overview.mdx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ iconType: "solid"
77

88
# <Icon icon="desktop" iconType="solid" color="#3B82F6" /> Client Frameworks for MCP
99

10-
The frontend of your MCP application requires specialized frameworks to handle real-time interactions, streaming responses, and complex UI states. This section explores client frameworks optimized for MCP applications.
10+
The frontend of your MCP application requires specialized frameworks to handle real-time interactions, streaming responses, and complex UI states. This section provides an overview of selected MCP client frameworks, highlighting their key features and use cases.
1111

12-
## <Icon icon="star" iconType="solid" /> Popular MCP Client Frameworks
12+
## <Icon icon="star" iconType="solid" /> MCP Client Frameworks
1313

14+
<CardGroup cols={2}>
1415
- <Icon icon="rocket" iconType="solid" /> **Mastra**: A specialized framework for building AI-powered interfaces with built-in streaming and state management
1516
- <Icon icon="react" iconType="brands" /> **React with AI SDK**: React components and hooks specifically designed for AI interactions
17+
</CardGroup>
1618

1719
Each framework offers different approaches to handling common MCP UI challenges like streaming text, thinking states, and conversation management.

hosts/ja/overview.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ MCP開発ホストは、AI駆動アプリケーションの構築、テスト、
1111

1212
## <Icon icon="code" iconType="solid" /> エディタ
1313

14-
- <Icon icon="keyboard" iconType="solid" /> **[Cursor](/hosts/editors/cursor)**: インラインAIアシスタンスを備えたMCPアプリケーション開発に最適化されたAI駆動コードエディタ
14+
- <Icon icon="code" iconType="solid" /> **[Visual Studio Code](https://code.visualstudio.com/)**: 堅牢なTypeScriptサポートを備えた、ユビキタスで拡張可能なコードエディタ
15+
- <Icon icon="keyboard" iconType="solid" /> **[Cursor](https://cursor.sh)**: インラインAIアシスタンスを備えたMCPアプリケーション開発に最適化されたAI駆動コードエディタ
1516
- <Icon icon="puzzle-piece" iconType="solid" /> **[VSCode](/hosts/editors/vscode)**: Visual Studio Codeエディタ向けのAI統合
1617
- <Icon icon="terminal" iconType="solid" /> **[Cline](/hosts/editors/cline)**: Claude駆動アプリケーションの構築とテストのためのコマンドラインインターフェース
1718
- <Icon icon="wind" iconType="solid" /> **[Windsurf](/hosts/chat-apps/windsurf)**: MCPコンポーネントの開発とテストのためのブラウザベースインターフェース

hosts/overview.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ MCP development hosts provide specialized environments for building, testing, an
1111

1212
## <Icon icon="code" iconType="solid" /> Editors
1313

14-
- <Icon icon="keyboard" iconType="solid" /> **[Cursor](/hosts/editors/cursor)**: AI-powered code editor optimized for developing MCP applications with inline AI assistance
14+
- <Icon icon="code" iconType="solid" /> **[Visual Studio Code](https://code.visualstudio.com/)**: Ubiquitous, extensible code editor with robust TypeScript support
15+
- <Icon icon="keyboard" iconType="solid" /> **[Cursor](https://cursor.sh)**: AI-powered code editor optimized for developing MCP applications with inline AI assistance
1516
- <Icon icon="puzzle-piece" iconType="solid" /> **[VSCode](/hosts/editors/vscode)**: AI integrations for the Visual Studio Code editor
16-
- <Icon icon="terminal" iconType="solid" /> **[Cline](/hosts/editors/cline)**: Command-line interface for building and testing Claude-powered applications
17+
- <Icon icon="terminal" iconType="solid" /> **[Cline](https://www.warp.dev/)**: Modern, Rust-based terminal with AI command search and collaboration features
1718
- <Icon icon="wind" iconType="solid" /> **[Windsurf](/hosts/chat-apps/windsurf)**: Browser-based interface for developing and testing MCP components
1819

1920
## <Icon icon="message" iconType="solid" /> Chat Apps

server-frameworks/comparison.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ Summarizing the ideal scenarios for choosing each framework.
374374
- **Streaming / Multi-Step Interactions:** Where session management is beneficial.
375375
- **Production Focus:** Prioritizing stability and comprehensive features.
376376
- **Complex Use Cases:** Requiring robust error handling and events.
377-
- **Community Solution:** Preferring a popular, actively maintained community framework.
377+
- **Community Solution:** Preferring an actively maintained community framework.
378378
</Tab>
379379
<Tab title="mcp-framework">
380380
**Best For:**

server-frameworks/data.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Server Framework Data'
3-
description: 'Usage data for popular MCP server frameworks'
2+
title: 'MCP Server Framework Data'
3+
description: 'Usage data for curated MCP server frameworks'
44
icon: "database"
55
iconType: "solid"
66
---

0 commit comments

Comments
 (0)