diff --git a/src/fastmcp/tools/tool.py b/src/fastmcp/tools/tool.py index e40a7115e..cf2042eb9 100644 --- a/src/fastmcp/tools/tool.py +++ b/src/fastmcp/tools/tool.py @@ -323,7 +323,7 @@ class FunctionTool(Tool): warnings.warn( "The `exclude_args` parameter is deprecated as of FastMCP 2.14. " "Use dependency injection with `Depends()` instead for better lifecycle management. " - "See https://gofastmcp.com/servers/dependencies for examples.", + "See https://gofastmcp.com/v2/servers/context#using-depends for examples.", DeprecationWarning, stacklevel=2, )