Skip to content

Commit 39cf65c

Browse files
committed
reduce focus on claud desktop
1 parent f952241 commit 39cf65c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

units/en/unit1/architectural-components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The MCP architecture consists of three primary components, each with well-define
1515
The **Host** is the user-facing AI application that end-users interact with directly.
1616

1717
Examples include:
18-
- Anthropic's Claude Desktop
18+
- AI Chat apps like OpenAI ChatGPT or Anthropic's Claude Desktop
1919
- AI-enhanced IDEs like Cursor, or integrations to tools like Continue.dev
2020
- Custom AI agents and applications built in libraries like LangChain or smolagents
2121

units/en/unit1/gradio-mcp.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To use Gradio with MCP support, you'll need to install Gradio with the MCP extra
2828
pip install "gradio[mcp]"
2929
```
3030

31-
You'll also need an LLM application that supports tool calling using the MCP protocol, such as Claude Desktop, Cursor, or Cline (these are known as "MCP Hosts").
31+
You'll also need an LLM application that supports tool calling using the MCP protocol, such as Cursor ( known as "MCP Hosts").
3232

3333
## Creating an MCP Server with Gradio
3434

units/en/unit1/mcp-clients.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Let's start by exploring the user interface clients that are available for the M
2222

2323
### Chat Interface Clients
2424

25-
Anthropic's Claude Desktop stands as one of the most prominent MCP Clients, providing seamless integration with various MCP Servers. It offers native support for multiple MCP Server connections, built-in capability discovery and management, and seamless integration with Claude's conversational interface.
25+
Anthropic's Claude Desktop stands as one of the most prominent MCP Clients, providing integration with various MCP Servers.
2626

2727
### Interactive Development Clients
2828

@@ -44,7 +44,7 @@ The MCP specification is still evolving, so the configuration methods are subjec
4444

4545
### MCP Configuration Files
4646

47-
MCP hosts like Claude Desktop and Cursor IDE use configuration files to manage server connections. These files define which servers are available and how to connect to them.
47+
MCP hosts use configuration files to manage server connections. These files define which servers are available and how to connect to them.
4848

4949
Fortunately, the configuration files are very simple, easy to understand, and consistent across major MCP hosts.
5050

units/en/unit2/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Effective deployment of MCP servers and clients requires proper configuration. T
88

99
### MCP Configuration Files
1010

11-
MCP hosts like Claude Desktop and Cursor IDE use configuration files to manage server connections. These files define which servers are available and how to connect to them.
11+
MCP hosts use configuration files to manage server connections. These files define which servers are available and how to connect to them.
1212

1313
The configuration files are very simple, easy to understand, and consistent across major MCP hosts.
1414

0 commit comments

Comments
 (0)