Skip to content

Commit 8bc9f9c

Browse files
committed
fix merge
1 parent 3573372 commit 8bc9f9c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

server/session.go

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ type SessionWithElicitation interface {
5959
RequestElicitation(ctx context.Context, request mcp.ElicitationRequest) (*mcp.ElicitationResult, error)
6060
}
6161

62-
// SessionWithElicitation is an extension of ClientSession that can send elicitation requests
63-
type SessionWithElicitation interface {
64-
ClientSession
65-
// RequestElicitation sends an elicitation request to the client and waits for response
66-
RequestElicitation(ctx context.Context, request mcp.ElicitationRequest) (*mcp.ElicitationResult, error)
67-
}
68-
6962
// SessionWithStreamableHTTPConfig extends ClientSession to support streamable HTTP transport configurations
7063
type SessionWithStreamableHTTPConfig interface {
7164
ClientSession

0 commit comments

Comments
 (0)