NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-cli.interface
ServerIntrospection
Interface ServerIntrospection
Server introspection result containing all available tools, resources, and prompts
interface
ServerIntrospection
{
tools
:
MCPToolDefinition
[]
;
resources
:
DiscoveredMCPResource
[]
;
prompts
:
DiscoveredMCPPrompt
[]
;
serverInfo
:
{
name
:
string
;
version
:
string
}
;
}
Index
Properties
tools
resources
prompts
server
Info
Properties
tools
tools
:
MCPToolDefinition
[]
resources
resources
:
DiscoveredMCPResource
[]
prompts
prompts
:
DiscoveredMCPPrompt
[]
server
Info
serverInfo
:
{
name
:
string
;
version
:
string
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tools
resources
prompts
server
Info
NestJS MCP - v1.0.1
Loading...
Server introspection result containing all available tools, resources, and prompts