c4baceccb4
Follow-up to #766 which covers version.py, pyproject.toml, README, CHANGELOG, and CONTRIBUTING. These 11 files still had the old org name in URLs: - website/ (VitePress config + 6 docs pages) - .claude-plugin/ (plugin.json repository, README marketplace command) - .codex-plugin/ (plugin.json URLs, README links) Author name fields are intentionally unchanged.
30 lines
601 B
JSON
30 lines
601 B
JSON
{
|
|
"name": "mempalace",
|
|
"version": "3.0.14",
|
|
"description": "Give your AI a memory — mine projects and conversations into a searchable palace. 19 MCP tools, auto-save hooks, and guided setup.",
|
|
"author": {
|
|
"name": "milla-jovovich"
|
|
},
|
|
"license": "MIT",
|
|
"commands": [],
|
|
"mcpServers": {
|
|
"mempalace": {
|
|
"command": "python3",
|
|
"args": [
|
|
"-m",
|
|
"mempalace.mcp_server"
|
|
]
|
|
}
|
|
},
|
|
"keywords": [
|
|
"memory",
|
|
"ai",
|
|
"rag",
|
|
"mcp",
|
|
"chromadb",
|
|
"palace",
|
|
"search"
|
|
],
|
|
"repository": "https://github.com/MemPalace/mempalace"
|
|
}
|