Nestjs MCP Server
未申請No description provided.
インストール
$
npx @modelcontextprotocol/inspector未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(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