You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ This project aims to teach:
67
67
68
68
## Basic MCP: Single Server Usage
69
69
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:
71
71
72
72
1.**Environment Setup**: Loading environment variables and configuring logging
73
73
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](
154
154
155
155
## Multi-MCP: Advanced Usage
156
156
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:
158
158
159
159
1.**Domain Separation**: Each MCP server can focus on a specific domain or set of capabilities
160
160
2.**Modularity**: Add, remove, or update capabilities without disrupting the entire system
161
161
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
163
163
164
164
### Multi-MCP Architecture
165
165
@@ -251,4 +251,4 @@ A key advantage highlighted is flexibility; MCP allows developers to more easily
251
251
- OpenTelemetry support for leveraging existing tooling
252
252
- Pydantic integration for analytics on validations
253
253
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