@intangle/mcp-server 1.2.4 → 1.2.5

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.
package/dist/index.js CHANGED
@@ -73,6 +73,8 @@ async function makeApiCall(endpoint, data) {
73
73
  const server = new Server({
74
74
  name: "intangle-memory",
75
75
  version: "1.0.0",
76
+ vendor: "Intangle",
77
+ icon: "https://intangle.tools/icon.png",
76
78
  }, {
77
79
  capabilities: {
78
80
  tools: {},
package/index.ts CHANGED
@@ -100,6 +100,8 @@ const server = new Server(
100
100
  {
101
101
  name: "intangle-memory",
102
102
  version: "1.0.0",
103
+ vendor: "Intangle",
104
+ icon: "https://intangle.tools/icon.png",
103
105
  },
104
106
  {
105
107
  capabilities: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intangle/mcp-server",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Model Context Protocol server for Intangle - AI memory that persists across conversations",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",