From aa56d36c628bf1ec1e7abd54d0ebb9928f608b5e Mon Sep 17 00:00:00 2001 From: Michael Jurasovic Date: Tue, 3 Dec 2024 10:05:36 +1100 Subject: [PATCH] Remove docstring --- tests/test_func_metadata.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/test_func_metadata.py b/tests/test_func_metadata.py index fb33e4b..69cf0dd 100644 --- a/tests/test_func_metadata.py +++ b/tests/test_func_metadata.py @@ -1,18 +1,3 @@ -""" -FastMCP Complex inputs Example - -This can be used to verify that the JSON schema and data -parsing work with complex inputs like lists, nulls, and sub-models. - -Suggested usage: -- Set up claude desktop with it -- Ask it to print out the schema for you -- Ask it to try out the endpoint without supplying any of the optional args -- Confirm it's okay -- Ask it to try out the endpoint with the optional args explicitly set -- Confirm it's okay -""" - from pydantic import BaseModel, Field from typing import Annotated import annotated_types