We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fd246 commit 01025eaCopy full SHA for 01025ea
src/mcp/server/fastmcp/resources/templates.py
@@ -76,8 +76,6 @@ def from_function(
76
) # Remove the leading '?' and split
77
78
# Validate path parameters match required function parameters
79
- print(f"path_params: {path_params}")
80
- print(f"required_params: {required_params}")
81
if path_params != required_params:
82
raise ValueError(
83
f"Mismatch between URI path parameters {path_params} "
0 commit comments