nebu-ctx 0.2.7

Thin Rust client for the .NET nebu-ctx MCP and dashboard server.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Thin Rust client for the .NET nebu-ctx server.

pub mod cli;
pub mod config;
pub mod git_context;
pub mod local_symbols;
pub mod local_tools;
pub mod models;
pub mod project_metadata;
pub mod server_client;