seer-mcp 0.1.1 → 0.1.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/cli/index.js +1 -1
- package/package.json +2 -1
package/dist/cli/index.js
CHANGED
|
@@ -46,7 +46,7 @@ const behavior_js_1 = require("../indexer/behavior.js");
|
|
|
46
46
|
const risk_js_1 = require("../indexer/risk.js");
|
|
47
47
|
const context_js_1 = require("../indexer/context.js");
|
|
48
48
|
const init_js_1 = require("./init.js");
|
|
49
|
-
const VERSION = '0.1.
|
|
49
|
+
const VERSION = '0.1.2';
|
|
50
50
|
const KNOWN_CLIENTS = ['claude', 'cursor', 'vscode', 'codex', 'gemini', 'antigravity'];
|
|
51
51
|
function resolveDb(repoPath, customDb) {
|
|
52
52
|
if (customDb)
|