Skip to content

Commit

Permalink
Remove docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jurasofish committed Dec 3, 2024
1 parent 5c3a451 commit aa56d36
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/test_func_metadata.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit aa56d36

Please sign in to comment.