Nestjs MCP Server
UnclaimedNo description provided.
Install
npx @modelcontextprotocol/inspectorUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (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