MCPcopy Index your code
hub / github.com/modelcontextprotocol/python-sdk / image_tool_fn

Function image_tool_fn

tests/server/mcpserver/test_server.py:232–233  ·  view source on GitHub ↗
(path: str)

Source from the content-addressed store, hash-verified

230
231
232def image_tool_fn(path: str) -> Image:
233 return Image(path)
234
235
236def audio_tool_fn(path: str) -> Audio:

Callers

nothing calls this directly

Calls 1

ImageClass · 0.90

Tested by

no test coverage detected