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§
- Blob
Resource Contents - Binary resource contents (matches TypeScript BlobResourceContents exactly)
- Resource
Reference - Resource reference for resource links (matches TypeScript Resource interface)
- Text
Resource Contents - Text resource contents (matches TypeScript TextResourceContents exactly)
Enums§
- Content
Block - Content block union type matching MCP 2025-06-18 specification exactly
- Resource
Contents - Resource contents union type (matches TypeScript TextResourceContents | BlobResourceContents)