diff --git a/docs/assets/images/figure01-mcp-system-topology.svg b/docs/assets/images/figure01-mcp-system-topology.svg index fe6c26c..365d3fe 100644 --- a/docs/assets/images/figure01-mcp-system-topology.svg +++ b/docs/assets/images/figure01-mcp-system-topology.svg @@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0 创建日期:2026-03-01 更新日期:2026-03-08 -更新说明:按照MCP的三大原语组件更新 Project Caffeine的系统架构图设计。 +更新说明:按照MCP的三大原语组件更新 Project Caffeine的系统架构图设计。 ================================================================================ --> @@ -75,7 +75,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0 - FIG-MCP-01 + FIG-01 Project Caffeine 研报智能体 MCP 系统拓扑图 diff --git a/docs/assets/images/figure03-mcp-logic-architecture.svg b/docs/assets/images/figure02-mcp-logic-architecture.svg similarity index 99% rename from docs/assets/images/figure03-mcp-logic-architecture.svg rename to docs/assets/images/figure02-mcp-logic-architecture.svg index aef771c..5d4caa9 100644 --- a/docs/assets/images/figure03-mcp-logic-architecture.svg +++ b/docs/assets/images/figure02-mcp-logic-architecture.svg @@ -1,7 +1,7 @@ - FIG-MCP-03 + FIG-02 MCP 系统工作流逻辑示意图 架构图 > 智能体 MCP > 工作流 diff --git a/docs/assets/images/figure02-mcp-tech-stack-framework.svg b/docs/assets/images/figure03-mcp-tech-stack-framework.svg similarity index 98% rename from docs/assets/images/figure02-mcp-tech-stack-framework.svg rename to docs/assets/images/figure03-mcp-tech-stack-framework.svg index 948fb3b..d304686 100644 --- a/docs/assets/images/figure02-mcp-tech-stack-framework.svg +++ b/docs/assets/images/figure03-mcp-tech-stack-framework.svg @@ -1,8 +1,8 @@ - + - FIGURE-02 + FIGURE-03 Project Caffeine 开发框架与技术栈 @@ -106,7 +106,7 @@ SPDX-License-Identifier: MIT & CC-BY-SA-4.0 - 📦 Monolithic MCP Server (Node.js) + 📦 Monolithic MCP Server diff --git a/docs/design/project-caffeine-development-framework-guide.md b/docs/design/project-caffeine-development-framework-guide.md index 566183f..7b0cdb2 100644 --- a/docs/design/project-caffeine-development-framework-guide.md +++ b/docs/design/project-caffeine-development-framework-guide.md @@ -87,7 +87,7 @@ MCP与传统的应用程序编程接口(API)以及消息队列等技术在 *图1-2:Project Caffeine MCP 系统工作流逻辑示意图* -![MCP工作流程图](./../assets/images/figure03-mcp-logic-architecture.svg) +![MCP工作流程图](./../assets/images/figure02-mcp-logic-architecture.svg) 以下步骤构成了整个系统的工作流程,从用户输入研究主题开始,到生成并优化最终的深度研究报告,整个过程依靠 **MCP协议** 和多台 **MCP Server** 的协同工作,确保高效处理复杂的研究任务并生成有价值的报告。 @@ -147,7 +147,7 @@ MCP与传统的应用程序编程接口(API)以及消息队列等技术在 *图:1-3:Project Caffeine开发框架与技术栈架构图* -![系统技术架构图](./../assets/images/figure02-mcp-tech-stack-framework.svg) +![系统技术架构图](./../assets/images/figure03-mcp-tech-stack-framework.svg) | 层次 | 技术选型 | | ------------ | ---------------------------------------------------------- |