@szc-ft/mcp-szcd-client 0.34.2 → 0.35.0
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/package.json
CHANGED
package/scripts/lib/common.js
CHANGED
|
@@ -15,7 +15,7 @@ const __filename = fileURLToPath(import.meta.url);
|
|
|
15
15
|
const __dirname = path.dirname(__filename);
|
|
16
16
|
|
|
17
17
|
// 默认值(需在 SKILL_SOURCE 之前定义)
|
|
18
|
-
export const DEFAULT_MCP_SERVER_URL = "http://localhost:3456
|
|
18
|
+
export const DEFAULT_MCP_SERVER_URL = "https://mcp.szcd-mcp.top"; // 本地调试: http://localhost:3456
|
|
19
19
|
export const DEFAULT_MCP_SERVER_NAME = "szcd-component-helper";
|
|
20
20
|
export const DEFAULT_SKETCH_MCP_SERVER_URL = "http://localhost:3457";
|
|
21
21
|
|