Skip to content

Commit 48f2deb

Browse files
committed
low level example
1 parent ef4e167 commit 48f2deb

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
"""Example of structured output with low-level MCP server."""
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[project]
2+
name = "mcp-structured-output-lowlevel"
3+
version = "0.1.0"
4+
description = "Example of structured output with low-level MCP server"
5+
requires-python = ">=3.10"
6+
dependencies = ["mcp"]
7+
8+
[tool.uv.sources]
9+
mcp = { workspace = true }

uv.lock

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)