mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-25 00:42:24 +00:00
Plugins: add LSP server loader and surface in inspect reports
This commit is contained in:
@@ -796,6 +796,14 @@ export function registerPluginsCli(program: Command) {
|
||||
),
|
||||
),
|
||||
);
|
||||
lines.push(
|
||||
...formatInspectSection(
|
||||
"LSP servers",
|
||||
inspect.lspServers.map((entry) =>
|
||||
entry.hasStdioTransport ? entry.name : `${entry.name} (unsupported transport)`,
|
||||
),
|
||||
),
|
||||
);
|
||||
if (inspect.httpRouteCount > 0) {
|
||||
lines.push(...formatInspectSection("HTTP routes", [String(inspect.httpRouteCount)]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user