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.name=ones-wiki-mcp
spring.ai.mcp.server.version=0.0.1
logging.file.name=./logs/mcp-ones-wiki-server.log
# ONES Wiki MCP Server Configuration
# ONES Platform Configuration - Please modify according to your actual environment
ones.host=your-ones-host.com
ones.email=your-email@example.com
ones.password=your-password
# Server Configuration
server.port=8080
logging.level.org.springframework.ai.mcp=DEBUG