ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
Preparing search index...
AgentNotificationHandlersByMethod
Type Alias AgentNotificationHandlersByMethod
Experimental
Agent notification handlers keyed by ACP protocol method name.
type
AgentNotificationHandlersByMethod
=
{
"session/cancel"
:
AgentNotificationHandler
<
CancelSessionNotification
>
;
"mcp/message"
:
AgentNotificationHandler
<
MessageMcpNotification
>
;
"document/didOpen"
:
AgentNotificationHandler
<
DidOpenDocumentNotification
>
;
"document/didChange"
:
AgentNotificationHandler
<
DidChangeDocumentNotification
,
>
;
"document/didClose"
:
AgentNotificationHandler
<
DidCloseDocumentNotification
>
;
"document/didSave"
:
AgentNotificationHandler
<
DidSaveDocumentNotification
>
;
"document/didFocus"
:
AgentNotificationHandler
<
DidFocusDocumentNotification
>
;
"nes/accept"
:
AgentNotificationHandler
<
AcceptNesNotification
>
;
"nes/reject"
:
AgentNotificationHandler
<
RejectNesNotification
>
;
}
Index
Properties
session/cancel
mcp/message
document/did
Open
document/did
Change
document/did
Close
document/did
Save
document/did
Focus
nes/accept
nes/reject
Properties
session/cancel
"session/cancel"
:
AgentNotificationHandler
<
CancelSessionNotification
>
mcp/message
"mcp/message"
:
AgentNotificationHandler
<
MessageMcpNotification
>
document/did
Open
"document/didOpen"
:
AgentNotificationHandler
<
DidOpenDocumentNotification
>
document/did
Change
"document/didChange"
:
AgentNotificationHandler
<
DidChangeDocumentNotification
>
document/did
Close
"document/didClose"
:
AgentNotificationHandler
<
DidCloseDocumentNotification
>
document/did
Save
"document/didSave"
:
AgentNotificationHandler
<
DidSaveDocumentNotification
>
document/did
Focus
"document/didFocus"
:
AgentNotificationHandler
<
DidFocusDocumentNotification
>
nes/accept
"nes/accept"
:
AgentNotificationHandler
<
AcceptNesNotification
>
nes/reject
"nes/reject"
:
AgentNotificationHandler
<
RejectNesNotification
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
session/cancel
mcp/message
document/did
Open
document/did
Change
document/did
Close
document/did
Save
document/did
Focus
nes/accept
nes/reject
Stable ACP v1
Draft v2 Protocol
GitHub
NPM
ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
Loading...
Agent notification handlers keyed by ACP protocol method name.