Nestjs MCP Server
未认领No description provided.
安装
$
npx @modelcontextprotocol/inspector工具(12 个)
annotations
is an object with protocol-level hints as described above.
destructiveHint
(boolean): Indicates the tool performs a destructive action (e.g., deletes data).
idempotentHint
(boolean): Indicates the tool can be safely called multiple times with the same effect.
openWorldHint
(boolean): Indicates the tool may have side effects outside the current system.
paramsSchema
and paramsSchemaOrAnnotations can be a Zod schema for input validation.
readOnlyHint
(boolean): Indicates the tool does not modify any data.
ToolBaseOptions
name
ToolWithDescriptionOptions
name, description
ToolWithParamAndAnnotationsAndDescriptionOptions
name, paramsSchema, annotations, description
ToolWithParamAndAnnotationsOptions
name, paramsSchema, annotations
ToolWithParamOrAnnotationsAndDescriptionOptions
name, paramsSchemaOrAnnotations, description
ToolWithParamOrAnnotationsOptions
name, paramsSchemaOrAnnotations