Merge remote-tracking branch 'origin/allozaur/mcp-mvp' into allozaur/mcp-mvp
This commit is contained in:
commit
b834f165a4
|
|
@ -109,8 +109,7 @@ export class MCPService {
|
|||
|
||||
return {
|
||||
transport: new StreamableHTTPClientTransport(url, {
|
||||
requestInit,
|
||||
sessionId: config.sessionId
|
||||
requestInit
|
||||
}),
|
||||
type: MCPTransportType.STREAMABLE_HTTP
|
||||
};
|
||||
|
|
|
|||
|
|
@ -181,7 +181,6 @@ export type MCPServerConfig = {
|
|||
handshakeTimeoutMs?: number;
|
||||
requestTimeoutMs?: number;
|
||||
capabilities?: ClientCapabilities;
|
||||
sessionId?: string;
|
||||
};
|
||||
|
||||
export type MCPClientConfig = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue