use crateIniLanguageService;
use MemoryVfs;
/// Starts the INI MCP server.
///
/// This function initializes an `IniLanguageService` with the given VFS,
/// wraps it in an `McpServer`, and runs it using stdin/stdout.
/// Serves the INI language service via MCP.
pub async