From ef1368fda5f60c7b8def87bc30c1d9329035e756 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sun, 22 Jun 2025 08:35:52 -0400 Subject: [PATCH] Remove unclear comment about validate_call MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/fastmcp/prompts/prompt.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/fastmcp/prompts/prompt.py b/src/fastmcp/prompts/prompt.py index bf843d84a..37cf7c720 100644 --- a/src/fastmcp/prompts/prompt.py +++ b/src/fastmcp/prompts/prompt.py @@ -185,8 +185,6 @@ class FunctionPrompt(Prompt): ) ) - # Store original function without validate_call to handle our own conversion - return cls( name=func_name, description=description,