chore: revert back to initial instructions for the most part
This commit is contained in:
@@ -22,8 +22,6 @@ async function buildMcpClient(mcpServerUrl: string): Promise<Client> {
|
||||
{ capabilities: {} },
|
||||
);
|
||||
const transport = new StreamableHTTPClientTransport(new URL(mcpServerUrl));
|
||||
// @ts-expect-error — StreamableHTTPClientTransport.sessionId is string|undefined but Transport
|
||||
// expects string; this is an @modelcontextprotocol/sdk internal type mismatch, not our bug.
|
||||
await client.connect(transport);
|
||||
return client;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user