Skip to content

Refactor : deprecated 패키지 제거, 공식 Brave MCP 서버 설치, 래퍼 스크립트로 server-brave-search 제공#407

Merged
HeeMang-Lee merged 4 commits intodevfrom
refactor/402
Aug 12, 2025
Merged

Refactor : deprecated 패키지 제거, 공식 Brave MCP 서버 설치, 래퍼 스크립트로 server-brave-search 제공#407
HeeMang-Lee merged 4 commits intodevfrom
refactor/402

Conversation

@HeeMang-Lee
Copy link
Copy Markdown
Member

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

🔎 작업 내용

  • deprecated 패키지 제거, 공식 Brave MCP 서버 설치, 래퍼 스크립트로 server-brave-search 제공

Summary by CodeRabbit

  • 신규 기능

    • 해당 사항 없음
  • 리팩터

    • 컨테이너 빌드 과정을 단순화하고 오류 처리 강화를 통해 빌드 신뢰성을 향상했습니다.
    • 실행 래퍼를 간소화하고 실행 전 간단한 동작 검증을 추가했습니다.
  • 잡무

    • 패키지 정리 및 캐시 정리를 조정해 이미지 정돈과 일관성을 개선했습니다.
  • 버그 수정

    • 사용자 기능 변화는 없으며, 동작 안정성과 유지보수성을 개선했습니다.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Aug 12, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

Dockerfile에서 Node.js 22 및 Brave MCP 서버 설치 절차를 간소화하고, 서버 실행용 래퍼 스크립트를 printf 기반 최소 형태로 재작성했으며, --help 실행 체크와 정리 단계(gnupg purge, apt 리스트 제거, npm 캐시 정리)를 조정했습니다.

Changes

Cohort / File(s) Change summary
Docker 빌드 및 래퍼 단순화
cs25-service/Dockerfile
다중 RUN 단계를 set -eux 단일 RUN으로 통합; Brave MCP 서버 설치 유지; 래퍼를 echo 연쇄에서 printf 단일 생성으로 변경; node 탐지 로직 제거 후 exec node 직접 호출; --help 런타임 점검 추가; 정리 단계에서 gnupg만 purge, apt 리스트 제거와 npm 캐시 정리 유지

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Suggested reviewers

  • wannabeing
  • jong-0126
  • crocusia
  • Kimyoonbeom

Poem

토끼는 깡충, 도커는 깔끔하게
printf 한 줄에 길이 트였네
node야 맡아줘, exec으로 직행!
--help로 점검하고 캐시는 싹—
바람처럼 가벼운 컨테이너여, 출항! 🐰🚀


📜 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 6dbbb70 and 8575c8b.

📒 Files selected for processing (1)
  • cs25-service/Dockerfile (1 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 757b4ec into dev Aug 12, 2025
1 check passed
@HeeMang-Lee HeeMang-Lee deleted the refactor/402 branch August 12, 2025 19:15
@coderabbitai coderabbitai bot mentioned this pull request Aug 18, 2025
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