Skip to content

Commit 00afab2

Browse files
committed
chore: Spelling corrections
1 parent 5e2a68a commit 00afab2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This project aims to teach:
6767

6868
## Basic MCP: Single Server Usage
6969

70-
The `basic_mcp` module demonstrates how to integrate a single MCP server with different agent frameworks. Each example follows a similar pattern:
70+
The `basic_mcp` directory demonstrates how to integrate a single MCP server with different agent frameworks. Each example follows a similar pattern:
7171

7272
1. **Environment Setup**: Loading environment variables and configuring logging
7373
2. **Server Connection**: Establishing a connection to the local MCP server
@@ -154,12 +154,12 @@ More details on basic MCP implementation can be found in the [basic_mcp README](
154154

155155
## Multi-MCP: Advanced Usage
156156

157-
The `multi_mcp` module demonstrates advanced techniques for connecting to and coordinating between multiple specialized MCP servers simultaneously. This approach offers several advantages:
157+
The `multi_mcp` directory demonstrates advanced techniques for connecting to and coordinating between multiple specialised MCP servers simultaneously. This approach offers several advantages:
158158

159159
1. **Domain Separation**: Each MCP server can focus on a specific domain or set of capabilities
160160
2. **Modularity**: Add, remove, or update capabilities without disrupting the entire system
161161
3. **Scalability**: Distribute load across multiple servers for better performance
162-
4. **Specialization**: Optimize each MCP server for its specific use case
162+
4. **Specialisation**: Optimise each MCP server for its specific use case
163163

164164
### Multi-MCP Architecture
165165

@@ -251,4 +251,4 @@ A key advantage highlighted is flexibility; MCP allows developers to more easily
251251
- OpenTelemetry support for leveraging existing tooling
252252
- Pydantic integration for analytics on validations
253253

254-
Logfire gives you visibility into how your code is running, which is especially valuable for LLM applications where understanding model behavior is critical.
254+
Logfire gives you visibility into how your code is running, which is especially valuable for LLM applications where understanding model behaviour is critical.

0 commit comments

Comments
 (0)