Skip to content

Commit 1adbef7

Browse files
committed
low level example
1 parent ef4e167 commit 1adbef7

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
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 }

0 commit comments

Comments
 (0)