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
3838management.endpoint.health.show-details =always
3939
4040spring.ai.mcp.client.sse.connections.server1.url =http://localhost:8081
41+ spring.ai.mcp.client.sse.connections.server1.name =my-book-movie-server
4142spring.ai.mcp.client.enabled =false
4243embedding-token-limit =2000
4344document-token-limit =2000
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ spring.main.banner-mode=off
77server.port =8081
88spring.main.web-application-type =none
99
10- spring.ai.mcp.server.stdio = true
10+ spring.ai.mcp.server.request-timeout = 60s
1111spring.ai.mcp.server.name =my-book-movie-server
1212spring.ai.mcp.server.version =0.0.1
1313
You can’t perform that action at this time.
0 commit comments