From ac6c67242d4d49fb45745820020b961666846940 Mon Sep 17 00:00:00 2001 From: bigtian <7990497@qq.com> Date: Thu, 26 Jun 2025 17:09:08 +0800 Subject: [PATCH] Refactor project structure and update Maven configuration for CRM service --- crm-mcp/src/main/resources/application-dev.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/crm-mcp/src/main/resources/application-dev.yml b/crm-mcp/src/main/resources/application-dev.yml index 846a198..2945a82 100644 --- a/crm-mcp/src/main/resources/application-dev.yml +++ b/crm-mcp/src/main/resources/application-dev.yml @@ -3,4 +3,18 @@ crm: tenantId: BIO token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I - +# Using spring-ai-starter-mcp-server-webmvc +spring: + ai: + mcp: + server: + name: webmvc-mcp-server + version: 1.0.0 + type: SYNC + instructions: "This server provides weather information tools and resources" + sse-message-endpoint: /mcp/messages + capabilities: + tool: true + resource: true + prompt: true + completion: true \ No newline at end of file