@modelcontextprotocol/sdk
Preparing search index...
types
MessageExtraInfo
Interface MessageExtraInfo
Extra information about a message.
interface
MessageExtraInfo
{
authInfo
?:
AuthInfo
;
requestInfo
?:
RequestInfo
;
}
Index
Properties
auth
Info?
request
Info?
Properties
Optional
auth
Info
authInfo
?:
AuthInfo
The authentication information.
Optional
request
Info
requestInfo
?:
RequestInfo
The request information.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
Info
request
Info
@modelcontextprotocol/sdk
Loading...
Extra information about a message.