Refactor project structure and update Maven configuration for CRM service
This commit is contained in:
parent
363568e004
commit
2667322716
@ -4,6 +4,8 @@ crm:
|
|||||||
token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I
|
token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I
|
||||||
|
|
||||||
spring:
|
spring:
|
||||||
|
webflux:
|
||||||
|
base-path: /crm-mcp
|
||||||
ai:
|
ai:
|
||||||
mcp:
|
mcp:
|
||||||
server:
|
server:
|
||||||
|
@ -30,9 +30,9 @@ spring:
|
|||||||
name: crm-mcp-server
|
name: crm-mcp-server
|
||||||
version: 0.0.1
|
version: 0.0.1
|
||||||
type: ASYNC # Recommended for reactive applications
|
type: ASYNC # Recommended for reactive applications
|
||||||
# 配置 sse 的根路径,默认值为 /sse
|
# 配置 sse 的根路径,包含前缀 /crm-mcp
|
||||||
# 下面的最终路径为 ip:port/sse/mcp
|
# 下面的最终路径为 ip:port/crm-mcp/sse/mcp
|
||||||
sse-endpoint: /sse
|
sse-endpoint: /crm-mcp/sse
|
||||||
sse-message-endpoint: /mcp
|
sse-message-endpoint: /mcp
|
||||||
capabilities:
|
capabilities:
|
||||||
tool: true
|
tool: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user