@vheins/local-memory-mcp 0.5.25 → 0.5.27

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.
@@ -110,7 +110,7 @@ describe("MCP resource templates and session resources", () => {
110
110
  const secondPage = listResources(session, { limit: 2, cursor: firstPage.nextCursor });
111
111
  expect(firstPage.resources).toHaveLength(2);
112
112
  expect(firstPage.nextCursor).toBeTruthy();
113
- expect(secondPage.resources).toHaveLength(1);
113
+ expect(secondPage.resources).toHaveLength(2);
114
114
  });
115
115
  it("supports resource template pagination with nextCursor", () => {
116
116
  const firstPage = listResourceTemplates({ limit: 2 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vheins/local-memory-mcp",
3
- "version": "0.5.25",
3
+ "version": "0.5.27",
4
4
  "description": "MCP Local Memory Service for coding copilot agents",
5
5
  "mcpName": "io.github.vheins/local-memory-mcp",
6
6
  "type": "module",