mcp-knowledge-graph 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,9 +15,9 @@ This lets AI models remember information about the user across chats. It works w
15
15
  mcp-knowledge-graph
16
16
  ```
17
17
 
18
- ![screen-of-server-name](img/server-name.png)
18
+ ![screen-of-server-name](https://raw.githubusercontent.com/shaneholloman/mcp-knowledge-graph/main/img/server-name.png)
19
19
 
20
- ![read-function](/img/read-function.png)
20
+ ![read-function](https://raw.githubusercontent.com/shaneholloman/mcp-knowledge-graph/main/img/read-function.png)
21
21
 
22
22
  ## Core Concepts
23
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-knowledge-graph",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server enabling persistent memory for AI models through a local knowledge graph",
5
5
  "license": "MIT",
6
6
  "author": "Shane Holloman",