memory-journal-mcp 6.1.2 → 6.2.1
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 +44 -28
- package/dist/{chunk-X4SWFATC.js → chunk-BI4ZNSKA.js} +38 -24
- package/dist/{chunk-HCEWINSB.js → chunk-N6EBIDN7.js} +99 -102
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/tools-WPRY5MJ6.js +2 -0
- package/package.json +10 -1
- package/skills/github-commander/SKILL.md +151 -0
- package/skills/github-commander/config/project-config.example.md +125 -0
- package/skills/github-commander/workflows/code-quality-audit.md +80 -0
- package/skills/github-commander/workflows/full-audit.md +134 -0
- package/skills/github-commander/workflows/issue-triage.md +239 -0
- package/skills/github-commander/workflows/milestone-sprint.md +81 -0
- package/skills/github-commander/workflows/perf-audit.md +142 -0
- package/skills/github-commander/workflows/pr-review.md +123 -0
- package/skills/github-commander/workflows/security-audit.md +170 -0
- package/skills/github-commander/workflows/update-deps.md +109 -0
- package/.dockerignore +0 -139
- package/.gitattributes +0 -20
- package/.github/ISSUE_TEMPLATE/bug_report.md +0 -95
- package/.github/ISSUE_TEMPLATE/config.yml +0 -11
- package/.github/ISSUE_TEMPLATE/feature_request.md +0 -110
- package/.github/ISSUE_TEMPLATE/question.md +0 -78
- package/.github/aw/actions-lock.json +0 -14
- package/.github/copilot-instructions.md +0 -122
- package/.github/dependabot.yml +0 -93
- package/.github/pull_request_template.md +0 -135
- package/.github/workflows/README.md +0 -133
- package/.github/workflows/agentics-maintenance.yml +0 -141
- package/.github/workflows/auto-release.yml +0 -68
- package/.github/workflows/ci-health-monitor.lock.yml +0 -1121
- package/.github/workflows/ci-health-monitor.md +0 -87
- package/.github/workflows/codeql.yml +0 -41
- package/.github/workflows/dependabot-auto-merge.yml +0 -42
- package/.github/workflows/dependency-maintenance.lock.yml +0 -1182
- package/.github/workflows/dependency-maintenance.md +0 -147
- package/.github/workflows/docker-publish.yml +0 -254
- package/.github/workflows/docs-drift-detector.lock.yml +0 -1142
- package/.github/workflows/docs-drift-detector.md +0 -115
- package/.github/workflows/lint-and-test.yml +0 -60
- package/.github/workflows/publish-npm.yml +0 -85
- package/.github/workflows/secrets-scanning.yml +0 -32
- package/.github/workflows/security-update.yml +0 -127
- package/.gitleaks.toml +0 -9
- package/.prettierignore +0 -21
- package/.prettierrc +0 -33
- package/.scout-ignore +0 -12
- package/.trivyignore +0 -21
- package/CHANGELOG.md +0 -1814
- package/CODE_OF_CONDUCT.md +0 -133
- package/CONTRIBUTING.md +0 -263
- package/DOCKER_README.md +0 -331
- package/Dockerfile +0 -128
- package/SECURITY.md +0 -227
- package/UNRELEASED.md +0 -1
- package/dist/tools-T4U5A3X4.js +0 -2
- package/docker-compose.yml +0 -71
- package/docs/README.md +0 -18
- package/docs/agentic-journal-synergy.md +0 -175
- package/docs/copilot-setup.md +0 -72
- package/eslint.config.js +0 -110
- package/mcp-config-example.json +0 -21
- package/playwright.config.ts +0 -35
- package/releases/v2.1.0.md +0 -220
- package/releases/v2.2.0.md +0 -168
- package/releases/v3.0.0.md +0 -237
- package/releases/v3.1.0.md +0 -104
- package/releases/v3.1.1.md +0 -42
- package/releases/v3.1.2.md +0 -40
- package/releases/v3.1.3.md +0 -64
- package/releases/v3.1.4.md +0 -32
- package/releases/v3.1.5.md +0 -44
- package/releases/v4.0.0.md +0 -71
- package/releases/v4.1.0.md +0 -88
- package/releases/v4.2.0.md +0 -90
- package/releases/v4.3.0.md +0 -92
- package/releases/v4.3.1.md +0 -69
- package/releases/v4.4.0.md +0 -120
- package/releases/v4.4.1.md +0 -33
- package/releases/v4.4.2.md +0 -31
- package/releases/v4.5.0.md +0 -116
- package/releases/v5.0.0.md +0 -105
- package/releases/v5.0.1.md +0 -25
- package/releases/v5.1.0.md +0 -83
- package/releases/v5.1.1.md +0 -10
- package/releases/v6.0.0.md +0 -48
- package/releases/v6.0.1.md +0 -36
- package/releases/v6.1.0.md +0 -68
- package/releases/v6.1.1.md +0 -30
- package/releases/v6.1.2.md +0 -23
- package/scripts/generate-server-instructions.ts +0 -306
- package/scripts/server-instructions-function-body.ts +0 -107
- package/scripts/server-instructions-gotchas.ts +0 -45
- package/server.json +0 -42
- package/social-preview.png +0 -0
- package/src/auth/auth-context.ts +0 -78
- package/src/auth/authorization-server-discovery.ts +0 -263
- package/src/auth/errors.ts +0 -215
- package/src/auth/index.ts +0 -58
- package/src/auth/middleware.ts +0 -392
- package/src/auth/oauth-resource-server.ts +0 -170
- package/src/auth/scope-map.ts +0 -46
- package/src/auth/scopes.ts +0 -256
- package/src/auth/token-validator.ts +0 -293
- package/src/auth/transport-agnostic.ts +0 -164
- package/src/auth/types.ts +0 -372
- package/src/cli.ts +0 -279
- package/src/codemode/api-constants.ts +0 -263
- package/src/codemode/api.ts +0 -302
- package/src/codemode/auto-return.ts +0 -65
- package/src/codemode/index.ts +0 -47
- package/src/codemode/sandbox-factory.ts +0 -144
- package/src/codemode/sandbox.ts +0 -220
- package/src/codemode/security.ts +0 -155
- package/src/codemode/types.ts +0 -228
- package/src/codemode/worker-sandbox.ts +0 -277
- package/src/codemode/worker-script.ts +0 -239
- package/src/constants/icons.ts +0 -183
- package/src/constants/server-instructions.md +0 -166
- package/src/constants/server-instructions.ts +0 -514
- package/src/database/adapter-factory.ts +0 -16
- package/src/database/core/entry-columns.ts +0 -10
- package/src/database/core/interfaces.ts +0 -188
- package/src/database/core/schema.ts +0 -152
- package/src/database/sqlite-adapter/backup.ts +0 -167
- package/src/database/sqlite-adapter/entries/crud.ts +0 -233
- package/src/database/sqlite-adapter/entries/importance.ts +0 -76
- package/src/database/sqlite-adapter/entries/index.ts +0 -142
- package/src/database/sqlite-adapter/entries/search.ts +0 -294
- package/src/database/sqlite-adapter/entries/shared.ts +0 -102
- package/src/database/sqlite-adapter/entries/statistics.ts +0 -162
- package/src/database/sqlite-adapter/index.ts +0 -265
- package/src/database/sqlite-adapter/native-connection.ts +0 -301
- package/src/database/sqlite-adapter/relationships.ts +0 -70
- package/src/database/sqlite-adapter/tags.ts +0 -182
- package/src/filtering/tool-filter.ts +0 -312
- package/src/github/github-integration/client.ts +0 -114
- package/src/github/github-integration/index.ts +0 -297
- package/src/github/github-integration/insights.ts +0 -155
- package/src/github/github-integration/issues.ts +0 -213
- package/src/github/github-integration/milestones.ts +0 -262
- package/src/github/github-integration/projects.ts +0 -414
- package/src/github/github-integration/pull-requests.ts +0 -235
- package/src/github/github-integration/repository.ts +0 -110
- package/src/github/github-integration/types.ts +0 -43
- package/src/handlers/prompts/github.ts +0 -210
- package/src/handlers/prompts/index.ts +0 -97
- package/src/handlers/prompts/workflow.ts +0 -361
- package/src/handlers/resources/core/briefing/context-section.ts +0 -182
- package/src/handlers/resources/core/briefing/github-section.ts +0 -354
- package/src/handlers/resources/core/briefing/index.ts +0 -106
- package/src/handlers/resources/core/briefing/user-message.ts +0 -114
- package/src/handlers/resources/core/health.ts +0 -75
- package/src/handlers/resources/core/index.ts +0 -31
- package/src/handlers/resources/core/instructions.ts +0 -45
- package/src/handlers/resources/core/utilities.ts +0 -310
- package/src/handlers/resources/github.ts +0 -340
- package/src/handlers/resources/graph.ts +0 -218
- package/src/handlers/resources/help.ts +0 -410
- package/src/handlers/resources/index.ts +0 -143
- package/src/handlers/resources/shared.ts +0 -219
- package/src/handlers/resources/team.ts +0 -134
- package/src/handlers/resources/templates.ts +0 -334
- package/src/handlers/tools/admin.ts +0 -351
- package/src/handlers/tools/analytics.ts +0 -346
- package/src/handlers/tools/backup.ts +0 -272
- package/src/handlers/tools/codemode.ts +0 -188
- package/src/handlers/tools/core.ts +0 -359
- package/src/handlers/tools/error-fields-mixin.ts +0 -10
- package/src/handlers/tools/export.ts +0 -150
- package/src/handlers/tools/github/copilot-tools.ts +0 -72
- package/src/handlers/tools/github/helpers.ts +0 -125
- package/src/handlers/tools/github/insights-tools.ts +0 -112
- package/src/handlers/tools/github/issue-tools.ts +0 -442
- package/src/handlers/tools/github/kanban-tools.ts +0 -153
- package/src/handlers/tools/github/milestone-tools.ts +0 -371
- package/src/handlers/tools/github/mutation-tools.ts +0 -17
- package/src/handlers/tools/github/read-tools.ts +0 -302
- package/src/handlers/tools/github/schemas.ts +0 -435
- package/src/handlers/tools/github.ts +0 -39
- package/src/handlers/tools/index.ts +0 -255
- package/src/handlers/tools/relationships.ts +0 -390
- package/src/handlers/tools/schemas.ts +0 -165
- package/src/handlers/tools/search.ts +0 -448
- package/src/handlers/tools/team/admin-tools.ts +0 -164
- package/src/handlers/tools/team/analytics-tools.ts +0 -233
- package/src/handlers/tools/team/backup-tools.ts +0 -83
- package/src/handlers/tools/team/core-tools.ts +0 -197
- package/src/handlers/tools/team/export-tools.ts +0 -130
- package/src/handlers/tools/team/helpers.ts +0 -66
- package/src/handlers/tools/team/index.ts +0 -45
- package/src/handlers/tools/team/relationship-tools.ts +0 -219
- package/src/handlers/tools/team/schemas.ts +0 -558
- package/src/handlers/tools/team/search-tools.ts +0 -145
- package/src/handlers/tools/team/vector-tools.ts +0 -261
- package/src/index.ts +0 -57
- package/src/server/mcp-server.ts +0 -446
- package/src/server/registration.ts +0 -141
- package/src/server/scheduler.ts +0 -283
- package/src/transports/http/handlers.ts +0 -78
- package/src/transports/http/index.ts +0 -8
- package/src/transports/http/security.ts +0 -147
- package/src/transports/http/server/index.ts +0 -397
- package/src/transports/http/server/legacy-sse.ts +0 -87
- package/src/transports/http/server/stateful.ts +0 -222
- package/src/transports/http/server/stateless.ts +0 -42
- package/src/transports/http/types.ts +0 -132
- package/src/types/entities.ts +0 -145
- package/src/types/error-types.ts +0 -92
- package/src/types/errors.ts +0 -200
- package/src/types/filtering.ts +0 -55
- package/src/types/github.ts +0 -216
- package/src/types/index.ts +0 -348
- package/src/utils/error-helpers.ts +0 -78
- package/src/utils/errors/error-response-fields.ts +0 -29
- package/src/utils/errors/suggestions.ts +0 -94
- package/src/utils/github-helpers.ts +0 -33
- package/src/utils/logger.ts +0 -107
- package/src/utils/mcp-logger.ts +0 -155
- package/src/utils/progress-utils.ts +0 -100
- package/src/utils/query-helpers.ts +0 -78
- package/src/utils/resource-annotations.ts +0 -75
- package/src/utils/security-utils.ts +0 -198
- package/src/utils/vector-index-helpers.ts +0 -24
- package/src/vector/vector-search-manager.ts +0 -409
- package/src/version.ts +0 -15
- package/test-server/README.md +0 -193
- package/test-server/code-map.md +0 -399
- package/test-server/test-agent-experience.md +0 -213
- package/test-server/test-filter-instructions.mjs +0 -295
- package/test-server/test-instruction-levels.mjs +0 -102
- package/test-server/test-preflight.md +0 -55
- package/test-server/test-prompts.mjs +0 -185
- package/test-server/test-scheduler.mjs +0 -174
- package/test-server/test-tool-annotations.mjs +0 -115
- package/test-server/test-tools-codemode.md +0 -632
- package/test-server/test-tools-codemode2.md +0 -1218
- package/test-server/test-tools-team.md +0 -215
- package/test-server/test-tools.md +0 -429
- package/test-server/test-tools2.md +0 -361
- package/test-server/test-tools3.md +0 -396
- package/test-server/tool-reference.md +0 -231
- package/tests/README.md +0 -54
- package/tests/auth/auth-context.test.ts +0 -162
- package/tests/auth/authorization-server-discovery.test.ts +0 -265
- package/tests/auth/errors.test.ts +0 -170
- package/tests/auth/middleware.test.ts +0 -585
- package/tests/auth/oauth-resource-server.test.ts +0 -173
- package/tests/auth/scope-map.test.ts +0 -66
- package/tests/auth/scopes.test.ts +0 -347
- package/tests/auth/token-validator.test.ts +0 -271
- package/tests/codemode/api.test.ts +0 -396
- package/tests/codemode/auto-return.test.ts +0 -167
- package/tests/codemode/codemode-tool-handlers.test.ts +0 -197
- package/tests/codemode/sandbox-factory.test.ts +0 -152
- package/tests/codemode/sandbox.test.ts +0 -190
- package/tests/codemode/security.test.ts +0 -242
- package/tests/codemode/worker-sandbox.test.ts +0 -106
- package/tests/constants/icons.test.ts +0 -101
- package/tests/constants/server-instructions.test.ts +0 -514
- package/tests/database/crud-workflow-branches.test.ts +0 -418
- package/tests/database/database-branches.test.ts +0 -132
- package/tests/database/entries-auth-branches.test.ts +0 -390
- package/tests/database/native-connection.test.ts +0 -249
- package/tests/database/shared-helpers.test.ts +0 -103
- package/tests/database/sqlite-adapter.bench.ts +0 -63
- package/tests/database/sqlite-adapter.test.ts +0 -690
- package/tests/database/tags.test.ts +0 -134
- package/tests/e2e/README.md +0 -39
- package/tests/e2e/auth.spec.ts +0 -106
- package/tests/e2e/codemode-abuse.spec.ts +0 -75
- package/tests/e2e/health.spec.ts +0 -63
- package/tests/e2e/helpers.ts +0 -139
- package/tests/e2e/oauth-discovery.spec.ts +0 -102
- package/tests/e2e/oauth-scopes.spec.ts +0 -222
- package/tests/e2e/payloads-admin.spec.ts +0 -76
- package/tests/e2e/payloads-analytics.spec.ts +0 -37
- package/tests/e2e/payloads-backup-restore.spec.ts +0 -102
- package/tests/e2e/payloads-backup.spec.ts +0 -44
- package/tests/e2e/payloads-codemode-api.spec.ts +0 -131
- package/tests/e2e/payloads-codemode-readonly.spec.ts +0 -116
- package/tests/e2e/payloads-codemode.spec.ts +0 -116
- package/tests/e2e/payloads-core.spec.ts +0 -82
- package/tests/e2e/payloads-error-contracts.spec.ts +0 -159
- package/tests/e2e/payloads-export.spec.ts +0 -46
- package/tests/e2e/payloads-github-degradation.spec.ts +0 -73
- package/tests/e2e/payloads-github.spec.ts +0 -176
- package/tests/e2e/payloads-relationships.spec.ts +0 -56
- package/tests/e2e/payloads-search.spec.ts +0 -64
- package/tests/e2e/payloads-team-happy.spec.ts +0 -231
- package/tests/e2e/payloads-team.spec.ts +0 -174
- package/tests/e2e/prompts-expanded.spec.ts +0 -137
- package/tests/e2e/prompts.spec.ts +0 -62
- package/tests/e2e/protocols.spec.ts +0 -134
- package/tests/e2e/rate-limiting.spec.ts +0 -291
- package/tests/e2e/resources-briefing-env.spec.ts +0 -106
- package/tests/e2e/resources-complete.spec.ts +0 -180
- package/tests/e2e/resources-expanded.spec.ts +0 -83
- package/tests/e2e/resources-instructions-levels.spec.ts +0 -145
- package/tests/e2e/resources-templates.spec.ts +0 -123
- package/tests/e2e/resources.spec.ts +0 -103
- package/tests/e2e/scheduler.spec.ts +0 -79
- package/tests/e2e/security.spec.ts +0 -112
- package/tests/e2e/session-advanced.spec.ts +0 -152
- package/tests/e2e/sessions.spec.ts +0 -95
- package/tests/e2e/stateless.spec.ts +0 -79
- package/tests/e2e/streaming.spec.ts +0 -176
- package/tests/e2e/tool-filtering-presets.spec.ts +0 -192
- package/tests/e2e/tool-filtering.spec.ts +0 -77
- package/tests/e2e/tools.spec.ts +0 -111
- package/tests/filtering/tool-filter.test.ts +0 -314
- package/tests/github/client-issues-errors.test.ts +0 -433
- package/tests/github/github-integration-branches.test.ts +0 -490
- package/tests/github/github-integration.test.ts +0 -1015
- package/tests/github/github-managers-branches.test.ts +0 -907
- package/tests/github/pull-requests.test.ts +0 -334
- package/tests/handlers/analytics-branches.test.ts +0 -222
- package/tests/handlers/backup-branches.test.ts +0 -270
- package/tests/handlers/briefing-context-section.test.ts +0 -388
- package/tests/handlers/briefing-github-section.test.ts +0 -392
- package/tests/handlers/briefing-user-message.test.ts +0 -405
- package/tests/handlers/codemode-tools.test.ts +0 -85
- package/tests/handlers/copilot-tools.test.ts +0 -126
- package/tests/handlers/error-path-coverage.test.ts +0 -324
- package/tests/handlers/export-tools.test.ts +0 -203
- package/tests/handlers/github-resource-handlers.test.ts +0 -929
- package/tests/handlers/github-tool-handlers.test.ts +0 -1452
- package/tests/handlers/handler-error-branches.test.ts +0 -346
- package/tests/handlers/help-resource.test.ts +0 -92
- package/tests/handlers/prompt-handler-coverage.test.ts +0 -108
- package/tests/handlers/prompt-handlers.test.ts +0 -131
- package/tests/handlers/resource-handler-coverage.test.ts +0 -281
- package/tests/handlers/resource-handlers.test.ts +0 -357
- package/tests/handlers/resource-prompt-branches.test.ts +0 -495
- package/tests/handlers/search-tool-handlers.test.ts +0 -379
- package/tests/handlers/targeted-gap-closure.test.ts +0 -387
- package/tests/handlers/team-admin.test.ts +0 -291
- package/tests/handlers/team-analytics.test.ts +0 -220
- package/tests/handlers/team-core.test.ts +0 -148
- package/tests/handlers/team-data.test.ts +0 -198
- package/tests/handlers/team-relationships.test.ts +0 -271
- package/tests/handlers/team-resource-handlers.test.ts +0 -161
- package/tests/handlers/team-search.test.ts +0 -134
- package/tests/handlers/team-tool-handlers.test.ts +0 -301
- package/tests/handlers/team-vector.test.ts +0 -213
- package/tests/handlers/template-github-branches.test.ts +0 -676
- package/tests/handlers/tool-annotations.test.ts +0 -90
- package/tests/handlers/tool-handler-coverage.test.ts +0 -514
- package/tests/handlers/tool-handlers.test.ts +0 -510
- package/tests/handlers/tool-output-schemas.test.ts +0 -116
- package/tests/handlers/vector-tool-handlers.test.ts +0 -238
- package/tests/security/sql-injection.test.ts +0 -284
- package/tests/server/mcp-server.bench.ts +0 -55
- package/tests/server/mcp-server.test.ts +0 -1326
- package/tests/server/scheduler.test.ts +0 -400
- package/tests/transports/http-legacy-sse.test.ts +0 -275
- package/tests/transports/http-security.test.ts +0 -322
- package/tests/transports/http-stateful.test.ts +0 -487
- package/tests/transports/http-transport-server.test.ts +0 -301
- package/tests/transports/http-transport.test.ts +0 -771
- package/tests/utils/github-helpers.test.ts +0 -58
- package/tests/utils/logger.test.ts +0 -180
- package/tests/utils/mcp-logger.test.ts +0 -211
- package/tests/utils/progress-utils.test.ts +0 -156
- package/tests/utils/query-helpers.test.ts +0 -80
- package/tests/utils/security-utils.test.ts +0 -82
- package/tests/vector/vector-search-branches.test.ts +0 -111
- package/tests/vector/vector-search-manager.test.ts +0 -375
- package/tests/vector/vector-search.bench.ts +0 -48
- package/tsconfig.json +0 -42
- package/tsup.config.ts +0 -19
- package/vitest.config.ts +0 -25
package/releases/v3.1.0.md
DELETED
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
# v3.1.0 - GitHub Projects v2 Kanban Support
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 11, 2026
|
|
4
|
-
|
|
5
|
-
## Highlights
|
|
6
|
-
|
|
7
|
-
This release adds GitHub Projects v2 Kanban board integration, comprehensive AI agent instructions, and infrastructure updates including a Docker Node.js upgrade and dependency updates.
|
|
8
|
-
|
|
9
|
-
---
|
|
10
|
-
|
|
11
|
-
## Added
|
|
12
|
-
|
|
13
|
-
### GitHub Projects v2 Kanban Support
|
|
14
|
-
|
|
15
|
-
View and manage GitHub Project boards directly from AI agents:
|
|
16
|
-
|
|
17
|
-
- **New Tool: `get_kanban_board`** — Fetch project items grouped by Status columns (Backlog, Ready, In progress, In review, Done)
|
|
18
|
-
- **New Tool: `move_kanban_item`** — Move items between status columns using GraphQL mutations
|
|
19
|
-
- **New Resource: `memory://kanban/{project_number}`** — JSON board data with items grouped by status
|
|
20
|
-
- **New Resource: `memory://kanban/{project_number}/diagram`** — Mermaid visualization of Kanban board
|
|
21
|
-
- **Multi-level project discovery** — Searches user → repository → organization level projects automatically
|
|
22
|
-
- **Dynamic status columns** — Supports any Status field configuration per project
|
|
23
|
-
|
|
24
|
-
### Server Instructions
|
|
25
|
-
|
|
26
|
-
Usage instructions are now automatically provided to AI agents via the MCP protocol's `instructions` capability during server initialization.
|
|
27
|
-
|
|
28
|
-
- Explicit MCP access patterns (`CallMcpTool`, `ListMcpResources`, `FetchMcpResource`)
|
|
29
|
-
- Tool parameter reference tables for all 29 tools
|
|
30
|
-
- Default GitHub Projects v2 status column documentation
|
|
31
|
-
- Guidance for finding correct project by `projectTitle`
|
|
32
|
-
|
|
33
|
-
See [`src/constants/ServerInstructions.ts`](https://github.com/neverinfamous/memory-journal-mcp/blob/main/src/constants/ServerInstructions.ts)
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
## Fixed
|
|
38
|
-
|
|
39
|
-
### Dependabot Configuration
|
|
40
|
-
|
|
41
|
-
Migrated from deprecated `pip` ecosystem to `npm` ecosystem:
|
|
42
|
-
|
|
43
|
-
- **Root Cause**: The v3.0.0 TypeScript rewrite removed all Python dependency files, but Dependabot was still configured for `pip`
|
|
44
|
-
- **Symptom**: Dependabot security scans failed with `dependency_file_not_found: / not found`
|
|
45
|
-
- **Resolution**: Replaced `pip` ecosystem with `npm` ecosystem and updated dependency groups to match TypeScript/Node.js packages (MCP SDK, Zod, sql.js, vectra, build tools, linting)
|
|
46
|
-
|
|
47
|
-
---
|
|
48
|
-
|
|
49
|
-
## Changed
|
|
50
|
-
|
|
51
|
-
### Docker Base Image
|
|
52
|
-
|
|
53
|
-
Upgraded from `node:22-alpine` to `node:24-alpine` (Active LTS):
|
|
54
|
-
|
|
55
|
-
- Node.js 24 is the current Active LTS release (support through April 2028)
|
|
56
|
-
- Node.js 25 was skipped as it's a non-LTS "Current" release (EOL June 2026)
|
|
57
|
-
|
|
58
|
-
### Dependency Updates
|
|
59
|
-
|
|
60
|
-
| Package | Previous | New | Type |
|
|
61
|
-
| --------------------------- | -------- | ------ | ----- |
|
|
62
|
-
| `@modelcontextprotocol/sdk` | 1.25.1 | 1.25.2 | patch |
|
|
63
|
-
| `@octokit/rest` | 21.1.1 | 22.0.1 | major |
|
|
64
|
-
| `globals` | 16.5.0 | 17.0.0 | major |
|
|
65
|
-
| `typescript-eslint` | 8.50.1 | 8.52.0 | minor |
|
|
66
|
-
| `vectra` | 0.9.0 | 0.11.1 | minor |
|
|
67
|
-
| `zod` | 4.2.1 | 4.3.5 | minor |
|
|
68
|
-
|
|
69
|
-
**Note:** Updated `vectra` `queryItems` call to new API signature with BM25 hybrid search support.
|
|
70
|
-
|
|
71
|
-
---
|
|
72
|
-
|
|
73
|
-
## Capabilities Summary
|
|
74
|
-
|
|
75
|
-
| Category | Count | Notes |
|
|
76
|
-
| --------------- | ----- | --------------------------------------------------------------------- |
|
|
77
|
-
| **Tools** | 29 | +2 Kanban tools (`get_kanban_board`, `move_kanban_item`) |
|
|
78
|
-
| **Tool Groups** | 8 | core, search, analytics, relationships, export, admin, github, backup |
|
|
79
|
-
| **Prompts** | 14 | Unchanged from v3.0.0 |
|
|
80
|
-
| **Resources** | 16 | +2 Kanban resources |
|
|
81
|
-
|
|
82
|
-
---
|
|
83
|
-
|
|
84
|
-
## Installation
|
|
85
|
-
|
|
86
|
-
**npm:**
|
|
87
|
-
|
|
88
|
-
```bash
|
|
89
|
-
npm install -g memory-journal-mcp@3.1.0
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
**Docker:**
|
|
93
|
-
|
|
94
|
-
```bash
|
|
95
|
-
docker pull writenotenow/memory-journal-mcp:3.1.0
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
---
|
|
99
|
-
|
|
100
|
-
## Links
|
|
101
|
-
|
|
102
|
-
- [Full Changelog](https://github.com/neverinfamous/memory-journal-mcp/wiki/CHANGELOG)
|
|
103
|
-
- [GitHub Repository](https://github.com/neverinfamous/memory-journal-mcp)
|
|
104
|
-
- [Documentation Wiki](https://github.com/neverinfamous/memory-journal-mcp/wiki)
|
package/releases/v3.1.1.md
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
# v3.1.1 - Security Patch
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 11, 2026
|
|
4
|
-
|
|
5
|
-
## Security Fixes
|
|
6
|
-
|
|
7
|
-
### Docker Image Security
|
|
8
|
-
|
|
9
|
-
- **Alpine Package Upgrades** — Added `apk upgrade --no-cache` to builder stage to ensure latest security patches for base OS packages
|
|
10
|
-
- Fixes CVE-2026-22184 (zlib critical)
|
|
11
|
-
- Fixes CVE-2025-14524, CVE-2025-14819, CVE-2025-14017 (curl)
|
|
12
|
-
|
|
13
|
-
### NPM Dependency Overrides
|
|
14
|
-
|
|
15
|
-
- **Added `glob` override** — `^11.1.0` to fix CVE-2025-64756 (ReDoS vulnerability)
|
|
16
|
-
|
|
17
|
-
### Build Fix
|
|
18
|
-
|
|
19
|
-
- **Regenerated `package-lock.json`** — Fixed CI build failure caused by lock file desync with MCP SDK peer dependencies
|
|
20
|
-
|
|
21
|
-
---
|
|
22
|
-
|
|
23
|
-
## Installation
|
|
24
|
-
|
|
25
|
-
**npm:**
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
npm install -g memory-journal-mcp@3.1.1
|
|
29
|
-
```
|
|
30
|
-
|
|
31
|
-
**Docker:**
|
|
32
|
-
|
|
33
|
-
```bash
|
|
34
|
-
docker pull writenotenow/memory-journal-mcp:3.1.1
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
---
|
|
38
|
-
|
|
39
|
-
## Links
|
|
40
|
-
|
|
41
|
-
- [Full Changelog](https://github.com/neverinfamous/memory-journal-mcp/wiki/CHANGELOG)
|
|
42
|
-
- [v3.1.0 Release Notes](https://github.com/neverinfamous/memory-journal-mcp/releases/tag/v3.1.0)
|
package/releases/v3.1.2.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# v3.1.2 - CI/CD Pipeline Fix
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 11, 2026
|
|
4
|
-
|
|
5
|
-
## Fixed
|
|
6
|
-
|
|
7
|
-
### CI Build Pipeline
|
|
8
|
-
|
|
9
|
-
- **Added `.npmrc` with `legacy-peer-deps=true`** — Resolves `npm ci` failures caused by optional peer dependency conflicts (vectra's zod@^3.23.8 vs our zod@^4.x)
|
|
10
|
-
- **Root Cause**: The MCP SDK and vectra have differing zod peer dependencies, causing npm to fail strict peer dep resolution in CI
|
|
11
|
-
- **Symptom**: `npm ci` error: `Missing: zod@3.25.76 from lock file`
|
|
12
|
-
|
|
13
|
-
### Docker Workflow Gating
|
|
14
|
-
|
|
15
|
-
- **Added `preflight-check` job to docker-publish.yml** — Tag pushes now run lint/typecheck/build before Docker deployment
|
|
16
|
-
- **Root Cause**: Previous workflow condition `github.event_name == 'push'` bypassed lint-and-test on tag pushes
|
|
17
|
-
- **Fix**: Tag deployments now require preflight checks to pass before building Docker images
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## Installation
|
|
22
|
-
|
|
23
|
-
**npm:**
|
|
24
|
-
|
|
25
|
-
```bash
|
|
26
|
-
npm install -g memory-journal-mcp@3.1.2
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
**Docker:**
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
docker pull writenotenow/memory-journal-mcp:3.1.2
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
|
-
## Links
|
|
38
|
-
|
|
39
|
-
- [Full Changelog](https://github.com/neverinfamous/memory-journal-mcp/wiki/CHANGELOG)
|
|
40
|
-
- [v3.1.0 Release Notes](https://github.com/neverinfamous/memory-journal-mcp/releases/tag/v3.1.0)
|
package/releases/v3.1.3.md
DELETED
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
# v3.1.3 - Security Fixes for Docker Scout CVEs
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 11, 2026
|
|
4
|
-
|
|
5
|
-
## Security Fixes
|
|
6
|
-
|
|
7
|
-
### Docker Image CVE Remediation
|
|
8
|
-
|
|
9
|
-
This release actively fixes several CVEs that Docker Scout flagged:
|
|
10
|
-
|
|
11
|
-
#### npm Global Upgrade
|
|
12
|
-
|
|
13
|
-
- **CVE-2025-64756** (glob, HIGH) — Fixed by upgrading npm globally in Docker build
|
|
14
|
-
- **CVE-2025-64118** (tar, MEDIUM) — Fixed by upgrading npm globally in Docker build
|
|
15
|
-
|
|
16
|
-
#### Alpine Edge Repository
|
|
17
|
-
|
|
18
|
-
- **CVE-2025-14524** (curl, MEDIUM) — Fixed via Alpine edge: curl 8.18.0-r0
|
|
19
|
-
- **CVE-2025-14819** (curl, MEDIUM) — Fixed via Alpine edge: curl 8.18.0-r0
|
|
20
|
-
- **CVE-2025-14017** (curl, N/A) — Fixed via Alpine edge: curl 8.18.0-r0
|
|
21
|
-
|
|
22
|
-
#### protobufjs CLI Cleanup
|
|
23
|
-
|
|
24
|
-
- **CVE-2025-54798** (tmp, LOW) — Fixed by removing bundled protobufjs/cli deps and applying npm overrides
|
|
25
|
-
- **CVE-2025-5889** (brace-expansion, LOW) — Fixed by removing bundled protobufjs/cli deps and applying npm overrides
|
|
26
|
-
|
|
27
|
-
### Remaining Allowlisted CVEs (No Upstream Fix)
|
|
28
|
-
|
|
29
|
-
These CVEs have **no fix available** from upstream:
|
|
30
|
-
|
|
31
|
-
- **CVE-2026-22184** (zlib, CRITICAL) — Alpine has not released a fix version
|
|
32
|
-
- **CVE-2019-10790** (taffydb, HIGH) — Package is 6+ years unmaintained/abandoned
|
|
33
|
-
|
|
34
|
-
---
|
|
35
|
-
|
|
36
|
-
## Dockerfile Changes
|
|
37
|
-
|
|
38
|
-
- Added `npm install -g npm@latest` to upgrade bundled npm
|
|
39
|
-
- Added Alpine edge repository for curl security patches
|
|
40
|
-
- Added protobufjs cli cleanup to force npm overrides
|
|
41
|
-
- Copying `.npmrc` into build for consistent dependency resolution
|
|
42
|
-
|
|
43
|
-
---
|
|
44
|
-
|
|
45
|
-
## Installation
|
|
46
|
-
|
|
47
|
-
**npm:**
|
|
48
|
-
|
|
49
|
-
```bash
|
|
50
|
-
npm install -g memory-journal-mcp@3.1.3
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
**Docker:**
|
|
54
|
-
|
|
55
|
-
```bash
|
|
56
|
-
docker pull writenotenow/memory-journal-mcp:3.1.3
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
---
|
|
60
|
-
|
|
61
|
-
## Links
|
|
62
|
-
|
|
63
|
-
- [Full Changelog](https://github.com/neverinfamous/memory-journal-mcp/wiki/CHANGELOG)
|
|
64
|
-
- [v3.1.0 Release Notes](https://github.com/neverinfamous/memory-journal-mcp/releases/tag/v3.1.0)
|
package/releases/v3.1.4.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# v3.1.4 - npm Global Upgrade in Production Stage
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 11, 2026
|
|
4
|
-
|
|
5
|
-
## Fixed
|
|
6
|
-
|
|
7
|
-
### Docker Scout CVE-2025-64756 and CVE-2025-64118
|
|
8
|
-
|
|
9
|
-
The v3.1.3 release added `npm install -g npm@latest` to the **builder stage** only, but the production stage uses a fresh `node:24-alpine` base image with its own bundled npm.
|
|
10
|
-
|
|
11
|
-
**Fix:** Added `npm install -g npm@latest` to the **production stage** as well.
|
|
12
|
-
|
|
13
|
-
This ensures the final Docker image has the latest npm with fixed versions of:
|
|
14
|
-
|
|
15
|
-
- **glob** (fixes CVE-2025-64756, HIGH)
|
|
16
|
-
- **tar** (fixes CVE-2025-64118, MEDIUM)
|
|
17
|
-
|
|
18
|
-
---
|
|
19
|
-
|
|
20
|
-
## Installation
|
|
21
|
-
|
|
22
|
-
**npm:**
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
npm install -g memory-journal-mcp@3.1.4
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
**Docker:**
|
|
29
|
-
|
|
30
|
-
```bash
|
|
31
|
-
docker pull writenotenow/memory-journal-mcp:3.1.4
|
|
32
|
-
```
|
package/releases/v3.1.5.md
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
# v3.1.5 - Remove protobufjs CLI to Eliminate taffydb CVE
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 11, 2026
|
|
4
|
-
|
|
5
|
-
## Security Fixes
|
|
6
|
-
|
|
7
|
-
### protobufjs CLI Removal
|
|
8
|
-
|
|
9
|
-
The `protobufjs` package (transitive dependency via `@xenova/transformers → onnxruntime-web → onnx-proto`) includes a `/cli/` folder for `.proto` file compilation. This CLI folder contains unmaintained dependencies with known CVEs.
|
|
10
|
-
|
|
11
|
-
**Since the CLI is not used at runtime**, we now remove it entirely from the Docker image:
|
|
12
|
-
|
|
13
|
-
```dockerfile
|
|
14
|
-
RUN rm -rf node_modules/protobufjs/cli
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
**CVEs Eliminated:**
|
|
18
|
-
|
|
19
|
-
- **CVE-2019-10790** (taffydb, HIGH) — 6+ year old unmaintained package
|
|
20
|
-
- **CVE-2025-54798** (tmp, LOW) — Symlink vulnerability
|
|
21
|
-
- **CVE-2025-5889** (brace-expansion, LOW) — ReDoS vulnerability
|
|
22
|
-
|
|
23
|
-
### Remaining Allowlisted CVEs (No Upstream Fix)
|
|
24
|
-
|
|
25
|
-
These CVEs still have **no fix available** from Alpine:
|
|
26
|
-
|
|
27
|
-
- **CVE-2026-22184** (zlib, CRITICAL) — Alpine hasn't packaged zlib 1.3.1.3 yet
|
|
28
|
-
- **CVE-2025-60876** (busybox, MEDIUM) — Patch submitted to busybox but not released
|
|
29
|
-
|
|
30
|
-
---
|
|
31
|
-
|
|
32
|
-
## Installation
|
|
33
|
-
|
|
34
|
-
**npm:**
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
npm install -g memory-journal-mcp@3.1.5
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
**Docker:**
|
|
41
|
-
|
|
42
|
-
```bash
|
|
43
|
-
docker pull writenotenow/memory-journal-mcp:3.1.5
|
|
44
|
-
```
|
package/releases/v4.0.0.md
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
# v4.0.0 - GitHub Issue Lifecycle & MCP 2025-11-25 Compliance
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 16, 2026
|
|
4
|
-
|
|
5
|
-
## Highlights
|
|
6
|
-
|
|
7
|
-
This major release introduces **GitHub Issue Lifecycle Management** with automatic journal linking, full **MCP 2025-11-25 compliance** with structured output validation, and **Dynamic Context Management** enhancements. It also updates the minimum Node.js requirement to 24+.
|
|
8
|
-
|
|
9
|
-
## Breaking Changes
|
|
10
|
-
|
|
11
|
-
- **Node.js 24+ Required** — `engines.node` updated from ≥18.0.0 to ≥24.0.0
|
|
12
|
-
- **Structured Output** — 5 tools now return `structuredContent` alongside text `content`. Clients that don't understand `structuredContent` will fall back to the text representation.
|
|
13
|
-
|
|
14
|
-
## New Features
|
|
15
|
-
|
|
16
|
-
### GitHub Issue Lifecycle Tools (+2 tools: 29→31)
|
|
17
|
-
|
|
18
|
-
- **`create_github_issue_with_entry`** — Creates GitHub issue AND linked journal entry in one operation
|
|
19
|
-
- New `initial_status` parameter to set Kanban column (e.g., "Backlog", "Ready")
|
|
20
|
-
- Accepts `project_number` to auto-add issue to GitHub Project v2
|
|
21
|
-
- **`close_github_issue_with_entry`** — Closes issue AND creates resolution entry with significance
|
|
22
|
-
|
|
23
|
-
### New Resources (+2: 16→18)
|
|
24
|
-
|
|
25
|
-
- **`memory://briefing`** (enhanced) — Now includes `userMessage` for agents to relay to users, template resource discovery, and client compatibility notes
|
|
26
|
-
- **`memory://instructions`** (new) — Universal access to server behavioral guidance with tiered levels (`?level=essential|standard|full`)
|
|
27
|
-
|
|
28
|
-
### New Prompt (+1: 14→15)
|
|
29
|
-
|
|
30
|
-
- **`confirm-briefing`** — Session context acknowledgment for users to understand what context the agent received
|
|
31
|
-
|
|
32
|
-
### MCP 2025-11-25 Compliance
|
|
33
|
-
|
|
34
|
-
- **`outputSchema`** — 5 tools with structured output validation: `get_recent_entries`, `search_entries`, `search_by_date_range`, `get_entry_by_id`, `get_statistics`
|
|
35
|
-
- **`lastModified` Annotations** — Dynamic resources now include ISO 8601 timestamps
|
|
36
|
-
- **structuredContent + Text Fallback** — Tools return both structured JSON and formatted text for client compatibility
|
|
37
|
-
|
|
38
|
-
## Bug Fixes
|
|
39
|
-
|
|
40
|
-
- **Semantic Search Timing** — Fixed race condition where search returned 0 results immediately after rebuild
|
|
41
|
-
- **Auto-Indexing** — New and updated entries are now immediately available for semantic search
|
|
42
|
-
- **CI Status Discrepancy** — Resources now use latest _completed_ run for status determination
|
|
43
|
-
- **GitHub Actions Resource** — `memory://actions/recent` now fetches live workflow runs from GitHub API
|
|
44
|
-
- **Search Filter Accuracy** — Fixed `search_entries` ignoring filters when `query` is empty
|
|
45
|
-
- **Vector Index Stats** — Fixed `memory://health` reporting 0 indexed entries after rebuild
|
|
46
|
-
- **Trivy Security Scan** — Fixed workflow that hadn't run since September 2025
|
|
47
|
-
- **Docker Latest Tag** — Fixed `latest` tag not being applied on `workflow_run` triggered builds
|
|
48
|
-
|
|
49
|
-
## Documentation
|
|
50
|
-
|
|
51
|
-
- Added hybrid workflow documentation explaining MCP + gh CLI approach for GitHub management
|
|
52
|
-
- Enhanced wiki pages with Dynamic Context Management patterns
|
|
53
|
-
- Documented AntiGravity IDE workarounds for clients that don't auto-inject ServerInstructions
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
## Installation
|
|
58
|
-
|
|
59
|
-
**npm:**
|
|
60
|
-
|
|
61
|
-
```bash
|
|
62
|
-
npm install -g memory-journal-mcp@4.0.0
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
**Docker:**
|
|
66
|
-
|
|
67
|
-
```bash
|
|
68
|
-
docker pull writenotenow/memory-journal-mcp:4.0.0
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
**Full Changelog:** [v3.1.5...v4.0.0](https://github.com/neverinfamous/memory-journal-mcp/compare/v3.1.5...v4.0.0)
|
package/releases/v4.1.0.md
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
# Memory Journal MCP Server v4.1.0
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 17, 2026
|
|
4
|
-
|
|
5
|
-
## Highlights
|
|
6
|
-
|
|
7
|
-
- **Auto-rebuild Vector Index** — New `--auto-rebuild-index` CLI flag and `AUTO_REBUILD_INDEX` env var to synchronize vector index on server startup
|
|
8
|
-
- **MCP Progress Notifications** — Long-running operations emit `notifications/progress` for improved UX
|
|
9
|
-
- **MCP Icons Array Support** — 31 tools, 15 resources, and 15 prompts now include visual icons
|
|
10
|
-
- **Expanded Structured Output** — Output schemas extended from 5 to 24 tools for programmatic consumption
|
|
11
|
-
- **Kanban Automation** — `close_github_issue_with_entry` gains `move_to_done` parameter
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## Added
|
|
16
|
-
|
|
17
|
-
### Auto-rebuild Vector Index on Startup
|
|
18
|
-
|
|
19
|
-
- New `--auto-rebuild-index` CLI flag and `AUTO_REBUILD_INDEX` env var
|
|
20
|
-
- Rebuilds vector index from all database entries during startup
|
|
21
|
-
- Ensures `memory://health` reports accurate `itemCount` matching `entryCount`
|
|
22
|
-
|
|
23
|
-
### `move_to_done` for `close_github_issue_with_entry`
|
|
24
|
-
|
|
25
|
-
- New `move_to_done` boolean parameter (default: `false`)
|
|
26
|
-
- Automatically moves Kanban item to "Done" column when closing an issue
|
|
27
|
-
- New `project_number` parameter (uses `DEFAULT_PROJECT_NUMBER` if not specified)
|
|
28
|
-
|
|
29
|
-
### MCP Progress Notifications
|
|
30
|
-
|
|
31
|
-
- `rebuild_vector_index`: Reports progress every 10 entries
|
|
32
|
-
- `restore_backup`: Reports 3-phase progress (backup → restore → verify)
|
|
33
|
-
- `export_entries`: Reports 2-phase progress (fetch → process)
|
|
34
|
-
- New utility module: `src/utils/progress-utils.ts`
|
|
35
|
-
|
|
36
|
-
### MCP Icons Array Support
|
|
37
|
-
|
|
38
|
-
- Tools, resources, and prompts include optional `icons` array
|
|
39
|
-
- Follows MCP 2025-11-25 specification
|
|
40
|
-
- Uses SVG data URIs for self-contained distribution
|
|
41
|
-
|
|
42
|
-
### Expanded StructuredContent Coverage
|
|
43
|
-
|
|
44
|
-
- 17 new output schemas (5 → 24 tools total)
|
|
45
|
-
- Core Read, Mutation, GitHub, and Backup tool schemas
|
|
46
|
-
- Clients supporting `structuredContent` receive validated JSON
|
|
47
|
-
|
|
48
|
-
### `semantic_search` Hint Control
|
|
49
|
-
|
|
50
|
-
- New `hint_on_empty` parameter (default: `true`)
|
|
51
|
-
- Suppresses hints when `false` for programmatic consumers
|
|
52
|
-
|
|
53
|
-
### PR Resource Empty Hints
|
|
54
|
-
|
|
55
|
-
- `memory://prs/{pr_number}/entries` and `memory://prs/{pr_number}/timeline` include hints when no entries linked
|
|
56
|
-
|
|
57
|
-
---
|
|
58
|
-
|
|
59
|
-
## Fixed
|
|
60
|
-
|
|
61
|
-
- **`list_tags` Output Schema** — Fixed `usageCount` → `count` mapping
|
|
62
|
-
- **`semantic_search` Hints** — Fixed always showing "No entries in vector index"
|
|
63
|
-
- **`getRecentEntries` Ordering** — Added secondary sort by ID for deterministic results
|
|
64
|
-
- **GHSA-73rr-hh4g-fpgx** — Patched npm's bundled `diff@8.0.2` → `8.0.3`
|
|
65
|
-
- **CVE-2026-23745** — Patched npm's bundled `tar@7.5.2` → `7.5.3`
|
|
66
|
-
- **`memory://health` Field Name** — Aligned `indexedEntries` → `itemCount`
|
|
67
|
-
- **`memory://tags` Field Naming** — Mapped `usageCount` → `count`
|
|
68
|
-
- **`create_github_issue_with_entry`** — Default status now "Backlog"
|
|
69
|
-
- **`delete_entry` Vector Cleanup** — Removes entries from vector index
|
|
70
|
-
- **Docker Security Gate** — Scan before push, `--only-fixed` for fixable CVEs
|
|
71
|
-
- **Docker Build** — Reduced context by ~200MB with `.dockerignore` rewrite
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
## Documentation
|
|
76
|
-
|
|
77
|
-
- **GitHub Fallback Behavior** — Documented `requiresUserInput: true` response pattern
|
|
78
|
-
- **`autoContext` Field** — Added "Field Notes" section explaining reserved field
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## Known Limitations
|
|
83
|
-
|
|
84
|
-
- **Icons not visible in protocol output** — MCP SDK v1.25.2 doesn't pass icons through to responses. Server implementation is correct and future-ready.
|
|
85
|
-
|
|
86
|
-
---
|
|
87
|
-
|
|
88
|
-
**Full Changelog:** https://github.com/neverinfamous/memory-journal-mcp/compare/v4.0.0...v4.1.0
|
package/releases/v4.2.0.md
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
# Memory Journal MCP Server v4.2.0
|
|
2
|
-
|
|
3
|
-
**Release Date:** January 17, 2026
|
|
4
|
-
|
|
5
|
-
## Highlights
|
|
6
|
-
|
|
7
|
-
- **HTTP/SSE Transport** — Run the server in HTTP mode for remote access and web-based clients
|
|
8
|
-
- **New Tool: `cleanup_backups`** — Automatic backup rotation to prune old backups
|
|
9
|
-
- **New Tool: `merge_tags`** — Tag normalization for consolidating similar tags
|
|
10
|
-
- **100% StructuredContent Coverage** — All 33 tools now have formal output schemas
|
|
11
|
-
- **Enhanced Feedback** — Improved hints for semantic_search, restore_backup, and PR timeline
|
|
12
|
-
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
## Added
|
|
16
|
-
|
|
17
|
-
### HTTP/SSE Transport
|
|
18
|
-
|
|
19
|
-
- New `--transport http --port 3000` CLI options
|
|
20
|
-
- `POST /mcp` — JSON-RPC requests (initialize, tools/call, resources/read, etc.)
|
|
21
|
-
- `GET /mcp` — SSE stream for server-to-client notifications (supports resumability via `Last-Event-ID`)
|
|
22
|
-
- `DELETE /mcp` — Session termination
|
|
23
|
-
- **Stateful mode** (default): Session management via `mcp-session-id` header
|
|
24
|
-
- **Stateless mode** (`--stateless`): No session management, ideal for serverless deployments
|
|
25
|
-
- New dependencies: `express@^5.1.0`, `@types/express` (devDependency)
|
|
26
|
-
|
|
27
|
-
### `cleanup_backups` Tool
|
|
28
|
-
|
|
29
|
-
- `keep_count` parameter specifies how many recent backups to retain (default: 5)
|
|
30
|
-
- Returns list of deleted filenames and count of kept backups
|
|
31
|
-
- Added to `backup` tool group in ToolFilter
|
|
32
|
-
|
|
33
|
-
### `merge_tags` Tool
|
|
34
|
-
|
|
35
|
-
- Merge duplicate/similar tags (e.g., `phase-2` → `phase2`)
|
|
36
|
-
- Source tag is deleted after merge; target tag created if not exists
|
|
37
|
-
- Updates all entry-tag links and usage counts
|
|
38
|
-
- Added to `admin` tool group in ToolFilter
|
|
39
|
-
|
|
40
|
-
### Tool Count
|
|
41
|
-
|
|
42
|
-
- **31 → 33 tools** (backup: 3 → 4, admin: 4 → 5)
|
|
43
|
-
|
|
44
|
-
---
|
|
45
|
-
|
|
46
|
-
## Improved
|
|
47
|
-
|
|
48
|
-
### `semantic_search` Hint Enhancement
|
|
49
|
-
|
|
50
|
-
- Hint now includes the current `similarity_threshold` value (e.g., "0.3")
|
|
51
|
-
- Suggests lowering threshold (e.g., "Try 0.2 for broader matches.")
|
|
52
|
-
|
|
53
|
-
### `restore_backup` Enhanced Warning
|
|
54
|
-
|
|
55
|
-
- Warning message now explicitly mentions tag merges, new entries, and relationships are reverted
|
|
56
|
-
- New `revertedChanges` field in output with specific details
|
|
57
|
-
- Added Field Note in `memory://instructions` documenting restore behavior
|
|
58
|
-
|
|
59
|
-
### `memory://prs/{pr_number}/timeline` Enhancement
|
|
60
|
-
|
|
61
|
-
- New `prMetadata` field with title, state, draft, mergedAt, closedAt, author, headBranch, baseBranch
|
|
62
|
-
- New `timelineNote` field with human-readable PR status
|
|
63
|
-
|
|
64
|
-
---
|
|
65
|
-
|
|
66
|
-
## Changed
|
|
67
|
-
|
|
68
|
-
- **`memory://instructions` Default Level** — Changed from `standard` to `full` (~600 tokens)
|
|
69
|
-
- **Briefing `clientNote`** — Simplified to "For complete tool reference and field notes, read memory://instructions."
|
|
70
|
-
- **Expanded StructuredContent Coverage** — 7 additional tools now return `structuredContent` with Zod validation
|
|
71
|
-
- All 33 tools with response data now have formal output schemas
|
|
72
|
-
|
|
73
|
-
---
|
|
74
|
-
|
|
75
|
-
## Fixed
|
|
76
|
-
|
|
77
|
-
- **CI Status "unknown" for Cancelled Workflows** — Fixed `memory://briefing` and `memory://github/status` reporting "unknown" when latest workflow was cancelled
|
|
78
|
-
- CI status type now includes `passing | failing | pending | cancelled | unknown`
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## Documentation
|
|
83
|
-
|
|
84
|
-
- **`memory://tags` vs `list_tags` Schema** — Documented intentional difference between resource and tool output
|
|
85
|
-
- **Tag Naming Conventions** — Added guidance for consistent tag naming patterns
|
|
86
|
-
- **`semantic_search` Threshold Guidance** — New Field Note documenting threshold recommendations
|
|
87
|
-
|
|
88
|
-
---
|
|
89
|
-
|
|
90
|
-
**Full Changelog:** https://github.com/neverinfamous/memory-journal-mcp/compare/v4.1.0...v4.2.0
|
package/releases/v4.3.0.md
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
# v4.3.0 - Causal Knowledge Graphs & Analytics
|
|
2
|
-
|
|
3
|
-
Released: January 18, 2026
|
|
4
|
-
|
|
5
|
-
## Highlights
|
|
6
|
-
|
|
7
|
-
- **Causal Relationship Types** — 3 new relationship types for decision tracing and failure analysis
|
|
8
|
-
- **Enhanced Analytics** — 4 additional metrics in `get_statistics` for deeper insights
|
|
9
|
-
- **Significance Gradients** — Computed `importance` scores (0.0-1.0) for entries
|
|
10
|
-
|
|
11
|
-
---
|
|
12
|
-
|
|
13
|
-
## Added
|
|
14
|
-
|
|
15
|
-
### Causal Relationship Types
|
|
16
|
-
|
|
17
|
-
Three new relationship types for building causal knowledge graphs:
|
|
18
|
-
|
|
19
|
-
| Type | Description | Mermaid Arrow |
|
|
20
|
-
| ------------ | --------------------------------------------------------- | ------------- |
|
|
21
|
-
| `blocked_by` | Entry was blocked by another (e.g., blocker → resolution) | `--x` |
|
|
22
|
-
| `resolved` | Entry resolved/fixed an issue from another | `==>` |
|
|
23
|
-
| `caused` | Entry caused or led to another outcome | `-.->` |
|
|
24
|
-
|
|
25
|
-
Updated Field Notes with guidance on when to use causal types.
|
|
26
|
-
|
|
27
|
-
### Enhanced Analytics
|
|
28
|
-
|
|
29
|
-
`get_statistics` now returns 4 additional metrics:
|
|
30
|
-
|
|
31
|
-
- **`decisionDensity`**: Significant entries per period (entries with `significanceType`)
|
|
32
|
-
- **`relationshipComplexity`**: Total relationships / total entries average
|
|
33
|
-
- **`activityTrend`**: Period-over-period growth percentage
|
|
34
|
-
- **`causalMetrics`**: Counts for `blocked_by`, `resolved`, `caused` relationships
|
|
35
|
-
|
|
36
|
-
### Significance Gradients
|
|
37
|
-
|
|
38
|
-
Computed `importance` scores (0.0-1.0) for entries based on:
|
|
39
|
-
|
|
40
|
-
- Significance type (30%)
|
|
41
|
-
- Relationship count (35%)
|
|
42
|
-
- Causal relationships (20%)
|
|
43
|
-
- Recency (15%)
|
|
44
|
-
|
|
45
|
-
- `get_entry_by_id` now returns `importance` field
|
|
46
|
-
- `memory://significant` resource sorts entries by importance (highest first)
|
|
47
|
-
|
|
48
|
-
---
|
|
49
|
-
|
|
50
|
-
## Fixed
|
|
51
|
-
|
|
52
|
-
### Docker Workflow Duplicate Builds
|
|
53
|
-
|
|
54
|
-
Removed `push: tags: ['v*']` trigger that caused duplicate image sets when releasing versions.
|
|
55
|
-
|
|
56
|
-
- Docker builds now only trigger via `workflow_run` after "Lint and Test" passes
|
|
57
|
-
- Version tags still applied based on `package.json` version
|
|
58
|
-
- Removed obsolete `preflight-check` job
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
## Improved
|
|
63
|
-
|
|
64
|
-
### `memory://significant` Secondary Sort
|
|
65
|
-
|
|
66
|
-
Entries with equal importance scores are now sorted by timestamp (newest first), ensuring consistent chronological ordering for ties.
|
|
67
|
-
|
|
68
|
-
### `create_entry` Auto-populates `issueUrl`
|
|
69
|
-
|
|
70
|
-
When creating an entry with `issue_number` but no `issueUrl`, the URL is now auto-constructed from cached repository info. Requires GitHub integration and prior `getRepoInfo()` call.
|
|
71
|
-
|
|
72
|
-
### Harmonized Graph Arrow Styles
|
|
73
|
-
|
|
74
|
-
`memory://graph/recent` now uses the same arrow mappings as `visualize_relationships` tool:
|
|
75
|
-
|
|
76
|
-
- Added causal types: `blocked_by` (--x), `resolved` (==>), `caused` (-.->)
|
|
77
|
-
- Added missing types: `clarifies` (-.->) and `response_to` (<-->)
|
|
78
|
-
- Standardized `implements` to use `==>` for consistency
|
|
79
|
-
|
|
80
|
-
---
|
|
81
|
-
|
|
82
|
-
## Upgrade
|
|
83
|
-
|
|
84
|
-
```bash
|
|
85
|
-
# npm
|
|
86
|
-
npm update -g memory-journal-mcp
|
|
87
|
-
|
|
88
|
-
# Docker
|
|
89
|
-
docker pull writenotenow/memory-journal-mcp:v4.3.0
|
|
90
|
-
```
|
|
91
|
-
|
|
92
|
-
**Full Changelog**: https://github.com/neverinfamous/memory-journal-mcp/wiki/CHANGELOG
|