@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@szc-ft/mcp-szcd-client",
3
- "version": "0.34.2",
3
+ "version": "0.35.0",
4
4
  "description": "MCP client for szcd component library - auto-configures AI coding tools with MCP server, skills, agents and commands",
5
5
  "keywords": [
6
6
  "mcp",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "szcd-component-helper",
3
- "version": "0.34.2",
3
+ "version": "0.35.0",
4
4
  "description": "szcd 组件库 MCP 助手 — 查询组件信息、匹配需求、生成代码",
5
5
  "mcpServers": {
6
6
  "szcd-component-helper": {
@@ -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