We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a13d61 commit 4b38ca4Copy full SHA for 4b38ca4
2 files changed
backend/src/main/resources/application.properties
@@ -38,6 +38,7 @@ management.endpoint.health.status.http-mapping.out_of_service=503
38
management.endpoint.health.show-details=always
39
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
42
spring.ai.mcp.client.enabled=false
43
embedding-token-limit=2000
44
document-token-limit=2000
mcp-server/src/main/resources/application.properties
@@ -7,7 +7,7 @@ spring.main.banner-mode=off
7
server.port=8081
8
spring.main.web-application-type=none
9
10
-spring.ai.mcp.server.stdio=true
+spring.ai.mcp.server.request-timeout=60s
11
spring.ai.mcp.server.name=my-book-movie-server
12
spring.ai.mcp.server.version=0.0.1
13
0 commit comments