//! LSP client infrastructure for Uira.
//!//! This module provides a real LSP client implementation that can communicate
//! with language servers. Tool definitions are provided by uira-mcp-server.
pubmodclient;pubmodservers;pubmodutils;pubuseclient::{LspClient, LspClientImpl};pubuseservers::{get_server_config, known_servers, LspServerConfig};