//! SDK API reference content.
/// Typed tools guide (TypedTool, TypedSyncTool, TypedToolWithOutput).
pub const TYPED_TOOLS: &str = include_str!;
/// Resource handler patterns and URI conventions.
pub const RESOURCES: &str = include_str!;
/// Prompt handler patterns and PromptInfo metadata.
pub const PROMPTS: &str = include_str!;
/// Authentication middleware (OAuth, API key, JWT).
pub const AUTH: &str = include_str!;
/// Middleware composition and patterns.
pub const MIDDLEWARE: &str = include_str!;
/// MCP Apps extension (widgets, _meta, host layers).
pub const MCP_APPS: &str = include_str!;
/// Error handling patterns and error variants.
pub const ERROR_HANDLING: &str = include_str!;