| | |
| | | await-termination-period: 30s |
| | | lifecycle: |
| | | timeout-per-shutdown-phase: 20s |
| | | ai: |
| | | mcp: |
| | | server: |
| | | base-url: "${app.ai.mcp.server.public-base-url:http://127.0.0.1:${server.port:9090}${server.servlet.context-path:}}" |
| | | name: wcs-mcp |
| | | version: 1.0.0 |
| | | protocol: STREAMABLE |
| | | type: SYNC |
| | | sse-endpoint: /ai/mcp/sse |
| | | sse-message-endpoint: /ai/mcp/message |
| | | streamable-http: |
| | | mcp-endpoint: /ai/mcp |
| | | instructions: 提供 WCS 设备状态、任务、日志和配置查询能力 |
| | | annotation-scanner: |
| | | enabled: false |
| | | capabilities: |
| | | tool: true |
| | | resource: false |
| | | prompt: false |
| | | completion: false |
| | | |
| | | mybatis-plus: |
| | | mapper-locations: classpath:mapper/*.xml |
| | |
| | | llm: |
| | | # 现已迁移到数据库表 sys_llm_route 维护(支持多API/多模型/多Key自动切换) |
| | | # 以下仅作为数据库为空时的兼容回退配置 |
| | | # SpringAI 客户端超时配置 |
| | | connect-timeout-ms: 10000 |
| | | read-timeout-ms: 12000 |
| | | thinking: false |
| | | base-url: |
| | | api-key: |