17 lines
458 B
Properties
17 lines
458 B
Properties
# spring.main.web-application-type=none
|
|
|
|
# NOTE: You must disable the banner and the console logging
|
|
# to allow the STDIO transport to work !!!
|
|
spring.main.banner-mode=off
|
|
# logging.pattern.console=
|
|
|
|
spring.ai.mcp.server.enabled=true
|
|
|
|
spring.ai.mcp.server.name=my-weather-server
|
|
spring.ai.mcp.server.version=0.0.1
|
|
|
|
spring.ai.mcp.server.transport=WEBFLUX
|
|
|
|
logging.file.name=./model-context-protocol/mcp-weather-server-starter/target/mcp.weather-starter.log
|
|
|