Skip to content

Commit 7a933fe

Browse files
Fix workspace configuration error with structured_output_lowlevel.py (modelcontextprotocol#1471)
Co-authored-by: lorenss-m <[email protected]>
1 parent b4e50aa commit 7a933fe

File tree

4 files changed

+20
-1
lines changed

4 files changed

+20
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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"]

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)