detect_lsp_servers
Scan a workspace to identify source languages and check PATH for matching LSP binaries, then generate ready-to-use config for agent-lsp to set up or verify a new project.
Instructions
Scan a workspace directory for source languages and check PATH for the corresponding LSP server binaries. Returns detected workspace languages (ranked by prevalence), installed servers with their paths, and a suggested_config array ready to paste into the agent-lsp MCP server args. Use this to set up agent-lsp for a new project or verify your configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_dir | Yes |