File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/servers/typescript Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import { StreamableHTTPServerTransport } from '@modelcontextprotocol/sdk/server/
1616import {
1717 ElicitResultSchema ,
1818 McpError ,
19- ErrorCode
19+ ErrorCode ,
2020 ListToolsRequestSchema ,
2121 type ListToolsResult ,
2222 type Tool
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ const pendingClientScenariosList: ClientScenario[] = [
5656 // Elicitation scenarios (SEP-1330)
5757 new ElicitationEnumsScenario ( ) ,
5858 // Elicitation scenarios (SEP-1036) - URL mode (pending SDK release)
59- new ElicitationUrlModeScenario ( )
59+ new ElicitationUrlModeScenario ( ) ,
6060
6161 // JSON Schema 2020-12 (SEP-1613)
6262 // This test is pending until the SDK includes PR #1135 which preserves
You can’t perform that action at this time.
0 commit comments