mcpls-core 0.3.6

Core library for MCP to LSP protocol translation
Documentation
1
2
3
4
5
6
7
8
//! Integration tests for mcpls-core.

mod common;
mod e2e;
mod integration;

// Re-export the macro for tests
pub use crate::common::test_utils::rust_analyzer_available;