From b56a60f0afc24c68104f4f21c3e30a557d5232e9 Mon Sep 17 00:00:00 2001 From: bigtian <7990497@qq.com> Date: Thu, 26 Jun 2025 17:11:48 +0800 Subject: [PATCH] Refactor project structure and update Maven configuration for CRM service --- crm-mcp/src/main/resources/application-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crm-mcp/src/main/resources/application-dev.yml b/crm-mcp/src/main/resources/application-dev.yml index c52094c..bb582b8 100644 --- a/crm-mcp/src/main/resources/application-dev.yml +++ b/crm-mcp/src/main/resources/application-dev.yml @@ -12,7 +12,7 @@ spring: version: 1.0.0 type: SYNC instructions: "This server provides weather information tools and resources" - sse-message-endpoint: /mcp/messages + sse-message-endpoint: /crm-mcp/mcp/sse capabilities: tool: true resource: true