Skip to content

Chore: 앱 부팅 시 MCP 초기화 설정 #409

Merged
HeeMang-Lee merged 5 commits intodevfrom
refactor/402
Aug 13, 2025
Merged

Chore: 앱 부팅 시 MCP 초기화 설정 #409
HeeMang-Lee merged 5 commits intodevfrom
refactor/402

Conversation

@HeeMang-Lee
Copy link
Member

@HeeMang-Lee HeeMang-Lee commented Aug 13, 2025

🔎 작업 내용

  • 앱 부팅 시 MCP 초기화 설정

Summary by CodeRabbit

  • Chores
    • 애플리케이션 구성 업데이트로 AI 관련 클라이언트 초기화가 더 이상 명시적으로 비활성화되지 않으며, 배포 환경/설정에 따라 자동으로 활성화될 수 있습니다. 관련 기능을 사용하는 워크플로우는 추가 조치 없이 동작할 수 있고, 환경에 따라 초기 로딩 및 리소스 사용량이 변동될 수 있습니다. 필요 시 운영 설정에서 초기화 동작을 제어하세요.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 13, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

cs25-service/src/main/resources/application.properties에서 spring.ai.mcp.client.initialized=false 설정이 제거되어 MCP 클라이언트 초기화가 기본/다른 설정에 의해 결정되도록 변경되었습니다.

Changes

Cohort / File(s) Summary
Configuration: MCP 초기화 설정
cs25-service/src/main/resources/application.properties
spring.ai.mcp.client.initialized=false 제거. 초기화 동작을 기본값 또는 다른 프로퍼티에 위임.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • jong-0126
  • Ksr-ccb
  • crocusia
  • Kimyoonbeom

Poem

토끼는 귀를 세우고 설정 한 줄 쏙—
봄바람처럼 가벼운 diff, 툭.
기본값의 숲을 살짝 거닐어,
MCP가 알아서 ‘똑’ 초기화하길.
=(^·^)= hop, hop, merge!


📜 Recent review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ebeb30f and 0729ca8.

📒 Files selected for processing (1)
  • cs25-service/src/main/resources/application.properties (0 hunks)
✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refactor/402

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@HeeMang-Lee HeeMang-Lee merged commit 36d8b00 into dev Aug 13, 2025
1 check passed
@HeeMang-Lee HeeMang-Lee deleted the refactor/402 branch August 13, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant