Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
232
def
image_tool_fn(path: str) -> Image:
233
return
Image(path)
234
235
236
def
audio_tool_fn(path: str) -> Audio:
Callers
nothing calls this directly
Calls
1
Image
Class · 0.90
Tested by
no test coverage detected