unofficially add wf.std as source
This commit is contained in:
Vendored
+2
@@ -8,9 +8,11 @@ from pydantic import Field
|
||||
|
||||
server = FastMCP("echo-fixture")
|
||||
|
||||
|
||||
class EchoToolResult(TypedDict):
|
||||
echoed: str
|
||||
|
||||
|
||||
@server.tool(title="Echo tool")
|
||||
async def echo_tool(
|
||||
text: Annotated[str, Field(description="Text to echo")],
|
||||
|
||||
Reference in New Issue
Block a user