fix(plugins): validate and surface MCP runtime lifecycle - #457
Conversation
Fxde42
left a comment
There was a problem hiding this comment.
Request changes:static runtime 模式下,StaticRuntimeOrchestrator.stopRuntime 是 no-op,但 POST /runtime/restart 仍返回成功,Marketplace 随后关闭提示并把 mentions 当作已刷新,实际 runtime 和 MCP tools 都没有重启。建议 static 模式返回明确的 409 和手动重启容器指引,并保留待重启提示;不要向 UI 报告假成功。请补 StaticRuntimeOrchestrator 路径的 API 测试。
|
Addressed the static-runtime restart issue in c6803b3. The Orchestrator interface now exposes externally managed lifecycle ownership; |
Summary
Stage 2 PR 7/9.
Workspace-file-link scoping from the original development sequence is intentionally excluded; it belongs to PR 9.
Verification
Merge notes
Targets
maindirectly and does not depend on PR 5 or PR 9.