MCP Server Framework - v1.0.0
Preparing search index...
mcp-server-framework
TextResponseOptions
Interface TextResponseOptions
Options for text responses.
interface
TextResponseOptions
{
_meta
?:
Record
<
string
,
unknown
>
;
annotations
?:
ContentAnnotations
;
}
Hierarchy (
View Summary
)
ResponseOptions
TextResponseOptions
Index
Properties
_
meta?
annotations?
Properties
Optional
Readonly
_
meta
_meta
?:
Record
<
string
,
unknown
>
Custom metadata
Optional
Readonly
annotations
annotations
?:
ContentAnnotations
Annotations to attach to the content
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
On This Page
Properties
_
meta
annotations
MCP Server Framework - v1.0.0
Loading...
Options for text responses.