fix: 修复 MCP 动态加载插件工具 (#6214)

This commit is contained in:
cyt-666
2026-07-31 22:31:46 +08:00
committed by GitHub
parent 2310a3a456
commit 6c89f1eb4b
6 changed files with 205 additions and 40 deletions
+4
View File
@@ -45,6 +45,10 @@ List all available commands: `moviepilot tool list`
Show parameters and usage for a specific command: `moviepilot tool show <command>`
The tool list includes tools declared by enabled plugins. Re-run `tool list` and
`tool show` after a plugin is enabled, disabled, reloaded, or reconfigured so the
command selection uses the refreshed runtime registry.
Always run `show <command>` before calling a command — parameter names are not inferable, do not guess.
## Command Groups