fix(conversation-memory): include built dist files in git - #351
Merged
Conversation
conversation-memory 플러그인이 동작하지 않는 문제 해결: - dist/ 디렉토리가 .gitignore로 무시되어 마켓플레이스에 포함되지 않음 - .gitignore에 conversation-memory/dist/ 예외 추가 - 빌드된 MCP 서버 및 CLI 파일 커밋 이제 플러그인 설치 시 dist/mcp-server.mjs와 dist/cli.mjs가 포함됨 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
baleen37
enabled auto-merge (squash)
February 3, 2026 06:41
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
This was referenced Feb 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Problem
conversation-memory 플러グ인이 설치되었지만 MCP 서버가 동작하지 않음:
dist/디렉토리가 .gitignore로 인해 git에 포함되지 않음dist/mcp-server.mjs,dist/cli.mjs없음Changes
.gitignore:dist/전역 제외 규칙 제거 및 예외 처리 정리plugins/conversation-memory/dist/cli.mjs: CLI 빌드 파일 추가plugins/conversation-memory/dist/mcp-server.mjs: MCP 서버 빌드 파일 추가Test plan
npm run build성공node dist/mcp-server.mjsnode dist/cli.mjs --help🤖 Generated with Claude Code
Summary by CodeRabbit