Module content

Module content 

Source
Expand description

Content types for MCP 2025-06-18 specification

This module contains the exact content type definitions from the MCP spec, ensuring perfect compliance with the TypeScript schema definitions.

Structs§

BlobResourceContents
Binary resource contents (matches TypeScript BlobResourceContents exactly)
ResourceReference
Resource reference for resource links (matches TypeScript Resource interface)
TextResourceContents
Text resource contents (matches TypeScript TextResourceContents exactly)

Enums§

ContentBlock
Content block union type matching MCP 2025-06-18 specification exactly
ResourceContents
Resource contents union type (matches TypeScript TextResourceContents | BlobResourceContents)