careerly-data-mcp 3.1.2 → 3.1.4
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 +1 -1
- package/dist/mcp/server.js +1 -1
- package/package.json +1 -1
package/dist/cli/ui.js
CHANGED
package/dist/mcp/server.js
CHANGED
|
@@ -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.
|
|
30
|
+
const SERVER_VERSION = "3.1.4";
|
|
31
31
|
/**
|
|
32
32
|
* MCP 서버 생성 및 Tool 등록
|
|
33
33
|
*/
|