| | |
| | | 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 |