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
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
1
# Model Context Protocol (MCP) Agent Frameworks Demo
2
2
3
-
This repository demonstrates the usage of Model Context Protocol (MCP) servers with several frameworks:
3
+
This repository demonstrates LLM Agents using tools from Model Context Protocol (MCP) servers with several frameworks:
4
4
- Google Agent Development Kit (ADK)
5
5
- LangGraph Agents
6
6
- OpenAI Agents
7
7
- Pydantic-AI Agents
8
8
9
-
Included MCP Server is based on [MCP Python SDK Quickstart](https://github.com/modelcontextprotocol/python-sdk/blob/b4c7db6a50a5c88bae1db5c1f7fba44d16eebc6e/README.md?plain=1#L104)
9
+
Both single and multiple MCP server examples are demonstrated
10
+
-[Agent with a single MCP server](agents_mcp_usage/basic_mcp/README.md)
11
+
-[Agent with multiple MCP servers](agents_mcp_usage/multi_mcp/README.md)
12
+
- Also includes Agent evaluations
13
+
14
+
The repo also includes a Python MCP Server [`run_server.py`](run_server.py) based on [MCP Python SDK Quickstart](https://github.com/modelcontextprotocol/python-sdk/blob/b4c7db6a50a5c88bae1db5c1f7fba44d16eebc6e/README.md?plain=1#L104)
10
15
- Modified to include a datetime tool and run as a server invoked by Agents
0 commit comments