Refactor project structure and update Maven configuration for CRM service
This commit is contained in:
parent
264ec8e2f6
commit
16fbfa1943
@ -5,3 +5,24 @@ crm:
|
||||
server:
|
||||
servlet:
|
||||
context-path: crm-mcp
|
||||
|
||||
spring:
|
||||
main:
|
||||
banner-mode: off
|
||||
profiles:
|
||||
active: dev
|
||||
ai:
|
||||
mcp:
|
||||
server:
|
||||
name: crm-mcp-server
|
||||
version: 0.0.1
|
||||
type: ASYNC # Recommended for reactive applications
|
||||
# 配置 sse 的根路径,默认值为 /sse
|
||||
# 下面的最终路径为 ip:port/sse/mcp
|
||||
sse-endpoint: /sse
|
||||
sse-message-endpoint: /mcp
|
||||
capabilities:
|
||||
tool: true
|
||||
resource: true
|
||||
prompt: true
|
||||
completion: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user