Skip to content

Commit fb4fc39

Browse files
committed
Update type names
1 parent 4bd9307 commit fb4fc39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dash/mcp/primitives/tools/results/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
from mcp.types import CallToolResult, TextContent
1616

17-
from dash.types import CallbackDispatchResponse
17+
from dash.types import CallbackExecutionResponse
1818
from dash.mcp.primitives.tools.callback_adapter import CallbackAdapter
1919

2020
from .result_dataframe import dataframe_result
@@ -27,7 +27,7 @@
2727

2828

2929
def format_callback_response(
30-
response: CallbackDispatchResponse,
30+
response: CallbackExecutionResponse,
3131
callback: CallbackAdapter,
3232
) -> CallToolResult:
3333
"""Format a dispatch response as a CallToolResult.

0 commit comments

Comments
 (0)