From sap-cap-capire
cds-lsp language server for CDS (.cds files) — diagnostics, go-to-definition, find references, hover info, and symbols.
npx claudepluginhub secondsky/sap-skills --plugin sap-cap-capireThis LSP server requires cds-lspto be installed on your system. Make sure it's available in your PATH before enabling.
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"cds": {
"command": "cds-lsp",
"extensionToLanguage": {
".cds": "cds"
},
"args": [
"--stdio"
]
}
}
}cds-lspstdio