kodegen_mcp_client 0.8.0

KODEGEN.ᴀɪ: Database query and schema exploration MCP tools for AI agents.
Documentation
1
2
3
4
5
6
// packages/kodegen-mcp-client/src/headers.rs
//! Infrastructure context headers for kodegen stdio → HTTP backend communication.
//!
//! Re-exports header constants from `kodegen_config` for convenience.

pub use kodegen_config::{X_KODEGEN_CONNECTION_ID, X_KODEGEN_GITROOT, X_KODEGEN_PWD};