File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
start-mcp-aliyun-tablestore Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 1
1
Edition : 3.0.0
2
2
Type : Project
3
3
Name : aliyun-tablestore-mcp-server
4
- Version : 1.0.8
4
+ Version : 1.0.9
5
5
Provider :
6
6
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
7
7
Description : TableStore MCP Server 模版
Original file line number Diff line number Diff line change 25
25
<dependencies >
26
26
<dependency >
27
27
<groupId >org.springframework.ai</groupId >
28
- <artifactId >spring-ai-mcp-server-webflux-spring-boot-starter</artifactId >
28
+ <artifactId >spring-ai-starter-mcp-server-webmvc</artifactId >
29
+ <version >1.0.0-M8</version >
29
30
</dependency >
30
31
31
32
<!-- TableStore 依赖 -->
88
89
</dependency >
89
90
</dependencies >
90
91
91
- <dependencyManagement >
92
- <dependencies >
93
- <dependency >
94
- <groupId >org.springframework.ai</groupId >
95
- <artifactId >spring-ai-bom</artifactId >
96
- <version >1.0.0-M6</version >
97
- <type >pom</type >
98
- <scope >import</scope >
99
- </dependency >
100
- </dependencies >
101
- </dependencyManagement >
102
-
103
92
<build >
104
93
<plugins >
105
94
<plugin >
Original file line number Diff line number Diff line change 1
1
spring.ai.mcp.server.name =tablestore-java-mcp-server
2
-
2
+ spring.ai.mcp.server.sse-message-endpoint =/message
3
3
logging.level.ai.djl =DEBUG
You can’t perform that action at this time.
0 commit comments