linktest-mcp-server 1.0.12 → 1.0.13
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/index.js +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -17,7 +17,7 @@ import axios, { AxiosError } from "axios";
|
|
|
17
17
|
import * as fs from "fs";
|
|
18
18
|
import * as path from "path";
|
|
19
19
|
import * as os from "os";
|
|
20
|
-
const CURRENT_MCP_VERSION = "1.0.
|
|
20
|
+
const CURRENT_MCP_VERSION = "1.0.13";
|
|
21
21
|
// ─── Constants ───────────────────────────────────────────────────────────────
|
|
22
22
|
const CHARACTER_LIMIT = 25000;
|
|
23
23
|
// ─── API Client ──────────────────────────────────────────────────────────────
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -19,7 +19,7 @@ import * as fs from "fs";
|
|
|
19
19
|
import * as path from "path";
|
|
20
20
|
import * as os from "os";
|
|
21
21
|
|
|
22
|
-
const CURRENT_MCP_VERSION = "1.0.
|
|
22
|
+
const CURRENT_MCP_VERSION = "1.0.13";
|
|
23
23
|
|
|
24
24
|
// ─── Constants ───────────────────────────────────────────────────────────────
|
|
25
25
|
|