nika-core 0.47.1

Lightweight AST and analysis core for Nika workflows
Documentation
1
2
3
4
5
6
7
8
//! MCP content types (protocol-agnostic, no runtime dependencies).
//!
//! Extracted from nika-mcp to enable direct use by nika-engine, nika-media,
//! and other crates without pulling in the full MCP client (rmcp).

mod content;

pub use content::{ContentBlock, ResourceContent};