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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,9 @@ This repository demonstrates the usage of a simple Model Context Protocol (MCP)
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)
10
+
- Modified to include a datetime tool and run as a server invoked by Agents
11
+
9
12
Tracing is done through Pydantic Logfire.
10
13
11
14
# Quickstart
@@ -35,6 +38,8 @@ This project aims to teach:
35
38
-`oai-agent_mcp.py` - Examoke of using MCP with OpenAI Agents
36
39
-`pydantic_mcp.py` - Example of using MCP with Pydantic-AI
37
40
41
+
-`run_server.py` - Simple MCP server that runs locally implemented in Python
0 commit comments