| Methods |
public
|
getIdentifier(): string
The {vendor-prefix}/{name} capability identifier, e.g. "io.modelcontextprotocol/tasks".
The {vendor-prefix}/{name} capability identifier, e.g. "io.modelcontextprotocol/tasks".
Implements
|
#
|
public
|
getSettings(): array
Settings advertised under capabilities.extensions[identifier], empty meaning supported with none.
Settings advertised under capabilities.extensions[identifier], empty meaning supported with none.
Implements
|
#
|
public
|
getRequests(): array
|
#
|
public
|
getNotifications(): array
|
#
|
public
|
getRequestHandlers(): array
Handlers for getRequests(), keyed by the method each class declares.
Handlers for getRequests(), keyed by the method each class declares.
Implements
|
#
|
public
|
getNotificationHandlers(): array
Handlers for getNotifications(), keyed by the method each class declares.
Handlers for getNotifications(), keyed by the method each class declares.
Implements
|
#
|
public
|
getOutboundRequests(): array
The client-to-server request methods this extension invokes.
The client-to-server request methods this extension invokes.
Implements
|
#
|