Skip to content

Commit 01025ea

Browse files
author
Agasthya Kasturi
committed
fix
1 parent 33fd246 commit 01025ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mcp/server/fastmcp/resources/templates.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ def from_function(
7676
) # Remove the leading '?' and split
7777

7878
# Validate path parameters match required function parameters
79-
print(f"path_params: {path_params}")
80-
print(f"required_params: {required_params}")
8179
if path_params != required_params:
8280
raise ValueError(
8381
f"Mismatch between URI path parameters {path_params} "

0 commit comments

Comments
 (0)