<TContext is AbstractContext>One MCP extension declaration (SEP-2133).
| Methods | ||
|---|---|---|
public
|
getIdentifier(): non-empty-string
|
# |
public
|
getSettings(): array<string, mixed>
|
# |
public
|
getRequests(): list<class-string<JsonRpcRequest<non-empty-string>>>
|
# |
public
|
getNotifications(): list<class-string<JsonRpcNotification<non-empty-string>>>
|
# |
public
|
getRequestHandlers(): array<non-empty-string, RequestHandlerInterface<non-empty-string, Result, TContext>>
|
# |
public
|
getNotificationHandlers(): array<non-empty-string, NotificationHandlerInterface<non-empty-string>>
|
# |