diff --git a/docs/assets/images/prompt-strategy-mcp-server-prototype-architecture.svg b/docs/assets/images/prompt-strategy-mcp-server-prototype-architecture.svg index ade654c..6ef6a8c 100644 --- a/docs/assets/images/prompt-strategy-mcp-server-prototype-architecture.svg +++ b/docs/assets/images/prompt-strategy-mcp-server-prototype-architecture.svg @@ -109,11 +109,11 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0 - + - + @@ -184,65 +184,65 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0 (Remote) - + .vscode/launch.json Attach 断点源码联调 - + - app.js + app.ts McpServer 初始化 stdio transport - + - promptsController.js + promptsController.ts 处理 tools/call 调度分发 - + - resourcesController.js + resourcesController.ts 处理 resources 请求分发 - + - schemas.js + schemas.ts Zod 强校验 - + - promptService.js + promptService.ts 纯本地核心算法引擎 5 Whys 模板分解与合成 - + - resourceService.js + resourceService.ts 文件系统 I/O 交互 读取本地知识库/Markdown