ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
ClientNotificationHandlersByMethod
Type Alias ClientNotificationHandlersByMethod
Experimental
Client notification handlers keyed by ACP protocol method name.
type
ClientNotificationHandlersByMethod
=
{
"session/update"
:
ClientNotificationHandler
<
UpdateSessionNotification
>
;
"mcp/message"
:
ClientNotificationHandler
<
MessageMcpNotification
>
;
"elicitation/complete"
:
ClientNotificationHandler
<
CompleteElicitationNotification
,
>
;
}
Index
Properties
session/update
mcp/message
elicitation/complete
Properties
session/update
"session/update"
:
ClientNotificationHandler
<
UpdateSessionNotification
>
mcp/message
"mcp/message"
:
ClientNotificationHandler
<
MessageMcpNotification
>
elicitation/complete
"elicitation/complete"
:
ClientNotificationHandler
<
CompleteElicitationNotification
,
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session/update
mcp/message
elicitation/complete
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Loading...
Client notification handlers keyed by ACP protocol method name.