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
+39
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Use Ax and get an end-to-end streaming, multi-modal DSPy framework with agents a
12
12
- Prompts auto-generated from simple signatures
13
13
- Full native end-to-end streaming
14
14
- Build Agents that can call other agents
15
+
- Built in MCP, Model Context Protocol support
15
16
- Convert docs of any format to text
16
17
- RAG, smart chunking, embedding, querying
17
18
- Works with Vercel AI SDK
@@ -402,6 +403,43 @@ The load balancer is ideal for high availability while the router is perfect whe
402
403
403
404
You can also use the balancer and the router together either the multiple balancers can be used with the router or the router can be used with the balancer.
404
405
406
+
## Model Context Protocol (MCP)
407
+
408
+
Ax provides seamless integration with the Model Context Protocol (MCP), allowing your agents to access external tools, and resources through a standardized interface.
409
+
410
+
### Using AxMCPClient
411
+
412
+
The `AxMCPClient` allows you to connect to any MCP-compatible server and use its capabilities within your Ax agents:
0 commit comments