Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/openai-agents/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openai-mcp-example"
version = "0.1.11"
version = "0.1.12"
description = "OpenAI Agents MCP example"
readme = "README.md"
requires-python = ">=3.13"
Expand Down
1,061 changes: 548 additions & 513 deletions examples/openai-agents/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/openai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "openai-mcp-example"
version = "0.1.11"
version = "0.1.12"
description = "OpenAI MCP example"
readme = "README.md"
requires-python = ">=3.13"
Expand Down
945 changes: 501 additions & 444 deletions examples/openai/uv.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/pydantic-ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pydantic-mcp-example"
version = "0.1.11"
version = "0.1.12"
description = "PydanticAI MCP example"
readme = "README.md"
requires-python = ">=3.13"
Expand Down
1,241 changes: 663 additions & 578 deletions examples/pydantic-ai/uv.lock

Large diffs are not rendered by default.

Loading