mcpstore-gateway 3.0.1 → 3.0.2
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 +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -23,7 +23,7 @@ import * as fs from "node:fs";
|
|
|
23
23
|
import * as path from "node:path";
|
|
24
24
|
import * as os from "node:os";
|
|
25
25
|
const GATEWAY_URL = process.env.MCPSTORE_GATEWAY_URL ||
|
|
26
|
-
"https://
|
|
26
|
+
"https://mcp-store-seven.vercel.app";
|
|
27
27
|
const MANAGED_PREFIX = "mcpstore-";
|
|
28
28
|
const SYNC_INTERVAL_MS = 60_000; // Re-sync every 60 seconds
|
|
29
29
|
// ---------------------------------------------------------------------------
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcpstore-gateway",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "MCP Store Gateway — Syncs your installed MCPs from mcpclaudecode.com into Claude Code",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"author": "MCP Store <contact@mcpclaudecode.com>",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
17
|
-
"url": "https://github.com/tanguyors/
|
|
17
|
+
"url": "https://github.com/tanguyors/mcp-store"
|
|
18
18
|
},
|
|
19
19
|
"type": "module",
|
|
20
20
|
"bin": {
|