@@ -1064,11 +1064,8 @@ starting with '$/' it is free to ignore the notification."
10641064 match method_name {
10651065 "initialize" => self . agent . get ( "InitializeRequest" ) . unwrap ( ) ,
10661066 "authenticate" => self . agent . get ( "AuthenticateRequest" ) . unwrap ( ) ,
1067- #[ cfg( feature = "unstable_llm_providers" ) ]
10681067 "providers/list" => self . agent . get ( "ListProvidersRequest" ) . unwrap ( ) ,
1069- #[ cfg( feature = "unstable_llm_providers" ) ]
10701068 "providers/set" => self . agent . get ( "SetProvidersRequest" ) . unwrap ( ) ,
1071- #[ cfg( feature = "unstable_llm_providers" ) ]
10721069 "providers/disable" => self . agent . get ( "DisableProvidersRequest" ) . unwrap ( ) ,
10731070 "session/new" => self . agent . get ( "NewSessionRequest" ) . unwrap ( ) ,
10741071 "session/load" => self . agent . get ( "LoadSessionRequest" ) . unwrap ( ) ,
@@ -1111,9 +1108,7 @@ starting with '$/' it is free to ignore the notification."
11111108 "terminal/release" => self . client . get ( "ReleaseTerminalRequest" ) . unwrap ( ) ,
11121109 "terminal/wait_for_exit" => self . client . get ( "WaitForTerminalExitRequest" ) . unwrap ( ) ,
11131110 "terminal/kill" => self . client . get ( "KillTerminalRequest" ) . unwrap ( ) ,
1114- #[ cfg( feature = "unstable_elicitation" ) ]
11151111 "elicitation/create" => self . client . get ( "CreateElicitationRequest" ) . unwrap ( ) ,
1116- #[ cfg( feature = "unstable_elicitation" ) ]
11171112 "elicitation/complete" => {
11181113 self . client . get ( "CompleteElicitationNotification" ) . unwrap ( )
11191114 }
0 commit comments