Files
spring-ai-examples/model-context-protocol/mcp-weather-server-starter/src/main/resources/application.properties
2025-02-05 17:39:31 -05:00

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