Skip to content

Commit ab5f042

Browse files
fix: Remove unnecessary [tool.uv.sources] section from structured-output-lowlevel
The workspace configuration in the root pyproject.toml already defines the mcp workspace source, so the redundant [tool.uv.sources] section should be removed from the example package configuration. Co-Authored-By: lorenss-m <[email protected]>
1 parent 30813a8 commit ab5f042

File tree

2 files changed

+951
-1006
lines changed

2 files changed

+951
-1006
lines changed

examples/servers/structured-output-lowlevel/pyproject.toml

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

0 commit comments

Comments
 (0)