NestJS MCP - v1.0.1
Preparing search index...
interfaces/mcp-protocol.interface
MCPToolParameter
Interface MCPToolParameter
MCP Tool interfaces
interface
MCPToolParameter
{
name
:
string
;
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"array"
;
description
?:
string
;
required
?:
boolean
;
default
?:
JSONValue
;
enum
?:
JSONValue
[]
;
}
Index
Properties
name
type
description?
required?
default?
enum?
Properties
name
name
:
string
type
type
:
"string"
|
"number"
|
"boolean"
|
"object"
|
"array"
Optional
description
description
?:
string
Optional
required
required
?:
boolean
Optional
default
default
?:
JSONValue
Optional
enum
enum
?:
JSONValue
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
type
description
required
default
enum
NestJS MCP - v1.0.1
Loading...
MCP Tool interfaces