nika-engine 0.47.1

Nika workflow engine — embeddable runtime, provider, DAG, and binding logic
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! MCP Integration Module — re-exports from nika-mcp crate.
//!
//! See `nika-mcp` crate for full documentation.

// Re-export everything from nika-mcp
pub use nika_mcp::*;

// Re-export submodules for path compatibility
pub use nika_mcp::error;
pub use nika_mcp::types;
pub use nika_mcp::validation;