Skip to content

Commit 6279021

Browse files
committed
Make changes to typescript to trigger new tag
1 parent e181222 commit 6279021

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/memory/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ const knowledgeGraphManager = new KnowledgeGraphManager();
189189
// The server instance and tools exposed to Claude
190190
const server = new Server({
191191
name: "memory-server",
192-
version: "1.0.0",
192+
version: "0.6.3",
193193
}, {
194194
capabilities: {
195195
tools: {},

src/redis/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const ListArgumentsSchema = z.object({
3636
const server = new Server(
3737
{
3838
name: "redis",
39-
version: "1.0.0"
39+
version: "0.0.1"
4040
}
4141
);
4242

0 commit comments

Comments
 (0)