We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d8c58 commit abf8f4dCopy full SHA for abf8f4d
crates/mcpls-core/src/mcp/server.rs
@@ -434,6 +434,7 @@ impl ServerHandler for McplsServer {
434
name: "mcpls".to_string(),
435
title: Some("MCPLS - MCP to LSP Bridge".to_string()),
436
version: env!("CARGO_PKG_VERSION").to_string(),
437
+ description: Some(env!("CARGO_PKG_DESCRIPTION").to_string()),
438
icons: None,
439
website_url: Some("https://github.com/bug-ops/mcpls".to_string()),
440
},
0 commit comments