Refactor project structure and update Maven configuration for CRM service
This commit is contained in:
parent
c4042d4bcf
commit
ac6c67242d
@ -3,4 +3,18 @@ crm:
|
|||||||
tenantId: BIO
|
tenantId: BIO
|
||||||
token: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJJUXdrczhuUWc4NnJPQkpuenJDUThtbjl1N3FEQ2lWZyJ9.91GO7OMhVbc0tLBRZ7HYiFDEA92PXE7H1gHduwxWu2I
|
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
|
Loading…
x
Reference in New Issue
Block a user