Skip to content

Commit 61c4734

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 61c4734

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
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)