Skip to content

Commit fe3f7ae

Browse files
fix(plugin): remove invalid keys from Claude plugin config (#4821)
1 parent 4a7e166 commit fe3f7ae

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mem0-plugin/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
},
99
"homepage": "https://mem0.ai",
1010
"repository": "https://github.com/mem0ai/mem0",
11-
"logo": "logo.svg",
12-
"license": "Apache-2.0"
11+
"license": "Apache-2.0",
12+
"keywords": ["memory", "personalization", "mcp", "semantic-search"]
1313
}

mem0-plugin/hooks/hooks.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"description": "Mem0 memory capture hooks — automatic memory extraction at key lifecycle points",
32
"hooks": {
43
"SessionStart": [
54
{

0 commit comments

Comments
 (0)