./gradlew bootJar

spring: application: name: tool # 애플리케이션 이름 ai: mcp: client: enabled: true type: sync stdio: connections: weather-mcp-server: command: /Users/siyeon/Downloads/tool/venv/bin/python args: - -m - mcp_weather_server local-mcp-server: command: /usr/bin/java args: - -jar - /Users/siyeon/Downloads/mcp-server/build/libs/mcp-server-0.0.1-SNAPSHOT.jar - --spring.main.banner-mode=off # Spring Boot 배너 비활성화 - --logging.pattern.console= # 콘솔 로그 패턴 비우기 - --spring.ai.mcp.server.stdio=true # STDIO 기반 MCP 서버 활성화 - --spring.main.web-application-type=none # 웹 서버 기능 생략 (비웹 모드) sse: connections: local-mcp-server: url: http://localhost:8081