fix(cli): restore plugin list diagnostics (#37540)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
This commit is contained in:
parent
4bc8faa01c
commit
f2a4011371
5 changed files with 52 additions and 6 deletions
|
|
@ -32,6 +32,9 @@ const Handlers = Runtime.handlers(Commands, {
|
|||
auth: () => import("./commands/handlers/mcp/auth"),
|
||||
logout: () => import("./commands/handlers/mcp/logout"),
|
||||
},
|
||||
plugin: {
|
||||
list: () => import("./commands/handlers/plugin/list"),
|
||||
},
|
||||
migrate: () => import("./commands/handlers/migrate"),
|
||||
mini: () => import("./commands/handlers/mini"),
|
||||
run: () => import("./commands/handlers/run"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue