careerly-data-mcp 3.1.2 → 3.1.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.
package/dist/cli/ui.js CHANGED
@@ -3,7 +3,7 @@
3
3
  * Premium CLI 경험을 위한 UI 모듈
4
4
  */
5
5
  import chalk from "chalk";
6
- const VERSION = "3.1.0";
6
+ const VERSION = "3.1.2";
7
7
  /**
8
8
  * ASCII 아트 배너
9
9
  */
@@ -27,7 +27,7 @@ import { registerSmartQuery } from "../tools/smart-query.js";
27
27
  // Platform Analysis (v3.1.0) - Web + App Webview
28
28
  import { registerPlatformAnalysis } from "../tools/platform-analysis.js";
29
29
  const SERVER_NAME = "careerly-data-mcp";
30
- const SERVER_VERSION = "3.1.0";
30
+ const SERVER_VERSION = "3.1.2";
31
31
  /**
32
32
  * MCP 서버 생성 및 Tool 등록
33
33
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "careerly-data-mcp",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "GA4 + BigQuery + Search Console 데이터 분석 MCP 서버 for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",