File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
backend/src/main/resources
mcp-server/src/main/resources Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ management.endpoint.health.status.http-mapping.out_of_service=503
38
38
management.endpoint.health.show-details =always
39
39
40
40
spring.ai.mcp.client.sse.connections.server1.url =http://localhost:8081
41
+ spring.ai.mcp.client.sse.connections.server1.name =my-book-movie-server
41
42
spring.ai.mcp.client.enabled =false
42
43
embedding-token-limit =2000
43
44
document-token-limit =2000
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ spring.main.banner-mode=off
7
7
server.port =8081
8
8
spring.main.web-application-type =none
9
9
10
- spring.ai.mcp.server.stdio = true
10
+ spring.ai.mcp.server.request-timeout = 60s
11
11
spring.ai.mcp.server.name =my-book-movie-server
12
12
spring.ai.mcp.server.version =0.0.1
13
13
You can’t perform that action at this time.
0 commit comments