claude-session-continuity-mcp 1.17.0 → 1.17.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,16 +0,0 @@
1
- #!/usr/bin/env node
2
- /**
3
- * Project Manager MCP v3
4
- *
5
- * 18개 도구로 리팩토링된 버전
6
- * - mcp-memory-service 스타일 채택
7
- * - Hook 자동 주입 + 도구 최소화
8
- *
9
- * 카테고리:
10
- * 1. 세션/컨텍스트 (4개): session_start, session_end, session_history, search_sessions
11
- * 2. 프로젝트 관리 (4개): project_status, project_init, project_analyze, list_projects
12
- * 3. 태스크/백로그 (4개): task_add, task_update, task_list, task_suggest
13
- * 4. 솔루션 아카이브 (3개): solution_record, solution_find, solution_suggest
14
- * 5. 검증/품질 (3개): verify_build, verify_test, verify_all
15
- */
16
- export {};