Skip to content

Commit a0e0417

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 a0e0417

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
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 }

uv.lock

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

0 commit comments

Comments
 (0)