fix: Codex에 파일 업로더 MCP를 노출한다 - #13
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Essentials Run ID: 📒 Files selected for processing (12)
Included review availability: 2 reviews are currently available. Your included PR review attempts over the past 7 days set your current allowance at 4 reviews per hour. Walkthrough플러그인 버전을 1.4.2로 갱신했습니다. Changes플러그인 릴리스 정렬
Priority: ⬇️ Low Estimated code review effort: 2 (Simple) | ~10 minutes Change: Bug fix Merge Risk: ⚪ Minimal · up to The plugin metadata, MCP transport configuration, and uploader version are aligned, with no concrete merge-blocking risk identified. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Full details: Docstring CoverageExplanation Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 7 functions across 6 files. (6 skipped: 6 unsupported.)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
Warning Errors were encountered while retrieving linked issues. Errors (1)
Comment |
문제
Codex가 portable
mcp.json의ennoia-file-uploader를 로드하지 않아 플러그인을 설치해도upload_ennoia_rag_file이 노출되지 않았습니다. stdio transport의 필수type이 없고cwd가 Agent Plugins 스키마에 맞지 않는.으로 선언되어 있었습니다.변경
type: stdio,cwd: ./로 선언1.4.2로 갱신검증
python3 scripts/sync_manifests.py --checkpython3 scripts/validate.pypython3 scripts/validate_results.pyCODEX_HOME에서 Marketplace 설치 후codex mcp list에ennoia-file-uploaderenabled 노출 확인git diff --checkSummary by CodeRabbit
새 기능
stdio전송 방식을 지원합니다.변경 사항
검증 및 테스트