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.
- package/README.md +14 -6
- package/dist/hooks/install.js +0 -0
- package/dist/hooks/post-tool-use.js +0 -0
- package/dist/hooks/pre-compact.js +0 -0
- package/dist/hooks/session-end.js +0 -0
- package/dist/hooks/session-start.js +0 -0
- package/dist/hooks/user-prompt-submit.js +0 -0
- package/dist/index.js +24 -2
- package/dist/schemas.d.ts +54 -54
- package/package.json +2 -4
- package/dist/dashboard-v2.d.ts +0 -11
- package/dist/dashboard-v2.js +0 -1321
- package/dist/dashboard.d.ts +0 -2
- package/dist/dashboard.js +0 -1196
- package/dist/index-old.d.ts +0 -2
- package/dist/index-old.js +0 -3426
- package/dist/index-v3.d.ts +0 -16
- package/dist/index-v3.js +0 -1024
package/dist/index-v3.d.ts
DELETED
|
@@ -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 {};
|