File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,22 +74,20 @@ async function initializeConnection(): Promise<GooseClient> {
7474
7575 const client = new GooseClient ( createClientCallbacks ( ) , stream ) ;
7676
77- await client . initialize (
78- {
79- protocolVersion : PROTOCOL_VERSION ,
80- clientCapabilities : {
81- _meta : {
82- goose : {
83- mcpHostCapabilities : DEFAULT_GOOSE_MCP_HOST_CAPABILITIES ,
84- } ,
77+ await client . initialize ( {
78+ protocolVersion : PROTOCOL_VERSION ,
79+ clientCapabilities : {
80+ _meta : {
81+ goose : {
82+ mcpHostCapabilities : DEFAULT_GOOSE_MCP_HOST_CAPABILITIES ,
8583 } ,
8684 } ,
87- clientInfo : {
88- name : packageJson . name ,
89- version : packageJson . version ,
90- } ,
91- } satisfies GooseInitializeRequest ,
92- ) ;
85+ } ,
86+ clientInfo : {
87+ name : packageJson . name ,
88+ version : packageJson . version ,
89+ } ,
90+ } satisfies GooseInitializeRequest ) ;
9391
9492 monitorConnection ( client ) ;
9593
You can’t perform that action at this time.
0 commit comments