Skip to content

Commit cabd73e

Browse files
committed
fix: rename server files with transport suffix
- community.memory.json -> community.memory-npx.json (id: community.memory-npx) Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 86d858f commit cabd73e

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,49 @@
11
{
22
"$schema": "../schemas/server-definition.schema.json",
3-
"id": "community.memory",
4-
"name": "Memory",
3+
"id": "community.memory-npx",
4+
"name": "Memory (npx)",
55
"alias": "memory",
66
"description": "Persistent memory using a local knowledge graph. Store entities, relations, and observations that persist across conversations.",
77
"icon": "https://avatars.githubusercontent.com/u/182288589?v=4",
88
"schema_version": "2.1",
9-
"categories": ["ai-ml"],
10-
"tags": ["memory", "knowledge-graph", "entities", "persistence", "context"],
11-
9+
"categories": [
10+
"ai-ml"
11+
],
12+
"tags": [
13+
"memory",
14+
"knowledge-graph",
15+
"entities",
16+
"persistence",
17+
"context"
18+
],
1219
"transport": {
1320
"type": "stdio",
1421
"command": "npx",
15-
"args": ["-y", "@modelcontextprotocol/server-memory"],
22+
"args": [
23+
"-y",
24+
"@modelcontextprotocol/server-memory"
25+
],
1626
"metadata": {
1727
"inputs": []
1828
}
1929
},
20-
2130
"auth": {
2231
"type": "none",
2332
"instructions": "No authentication required. Memory is stored locally in a JSON file."
2433
},
25-
2634
"contributor": {
2735
"name": "Model Context Protocol",
2836
"github": "modelcontextprotocol",
2937
"url": "https://modelcontextprotocol.io"
3038
},
31-
3239
"links": {
3340
"repository": "https://github.com/modelcontextprotocol/servers",
3441
"homepage": "https://modelcontextprotocol.io",
3542
"documentation": "https://github.com/modelcontextprotocol/servers/tree/main/src/memory#readme"
3643
},
37-
38-
"platforms": ["all"],
39-
44+
"platforms": [
45+
"all"
46+
],
4047
"capabilities": {
4148
"tools": true,
4249
"resources": false,

0 commit comments

Comments
 (0)