Skip to content

Commit 11abaf1

Browse files
authored
Merge pull request #89 from grach0v/main
Fix indefinite article: “a MCP server” → “an MCP server”
2 parents 6f90ffe + eac31e8 commit 11abaf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

units/en/unit1/mcp-clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ Now, let's create an agent configuration file `agent.json`.
281281
}
282282
```
283283

284-
In this configuration, we are using the `@playwright/mcp` MCP server. This is a MCP server that can control a browser with Playwright.
284+
In this configuration, we are using the `@playwright/mcp` MCP server. This is an MCP server that can control a browser with Playwright.
285285

286286
Now you can run the agent:
287287

units/en/unit2/clients.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Create a new file called `config.json` with the following configuration:
7878

7979
This configuration allows your UI client to communicate with the Gradio MCP server using the MCP protocol, enabling seamless integration between your frontend and the MCP service.
8080

81-
## Configuring a MCP Client within Cursor IDE
81+
## Configuring an MCP Client within Cursor IDE
8282

8383
Cursor provides built-in MCP support, allowing you to connect your deployed MCP servers directly to your development environment.
8484

0 commit comments

Comments
 (0)