pictmcp 0.5.0 → 0.5.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/server.js +1 -1
- package/package.json +11 -11
package/dist/server.js
CHANGED
|
@@ -5,7 +5,7 @@ export function createPictMcpServer() {
|
|
|
5
5
|
const server = new McpServer({
|
|
6
6
|
name: "io.github.takeyaqa/PictMCP",
|
|
7
7
|
title: "PictMCP",
|
|
8
|
-
version: "0.5.
|
|
8
|
+
version: "0.5.2",
|
|
9
9
|
description: "Provides pairwise combinatorial testing capabilities to AI assistants.",
|
|
10
10
|
websiteUrl: "https://github.com/takeyaqa/PictMCP#readme",
|
|
11
11
|
icons: [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pictmcp",
|
|
3
3
|
"mcpName": "io.github.takeyaqa/PictMCP",
|
|
4
|
-
"version": "0.5.
|
|
4
|
+
"version": "0.5.2",
|
|
5
5
|
"description": "MCP (Model Context Protocol) server that provides pairwise combinatorial testing capabilities to AI assistants.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mcp",
|
|
@@ -33,22 +33,22 @@
|
|
|
33
33
|
"url": "git+https://github.com/takeyaqa/PictMCP.git"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@modelcontextprotocol/sdk": "^1.
|
|
37
|
-
"@takeyaqa/pict-wasm": "3.7.4-wasm.
|
|
36
|
+
"@modelcontextprotocol/sdk": "^1.27.1",
|
|
37
|
+
"@takeyaqa/pict-wasm": "3.7.4-wasm.17",
|
|
38
38
|
"zod": "^4.3.6"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@eslint/js": "^9.39.
|
|
42
|
-
"@tsconfig/node-ts": "^23.6.
|
|
41
|
+
"@eslint/js": "^9.39.4",
|
|
42
|
+
"@tsconfig/node-ts": "^23.6.4",
|
|
43
43
|
"@tsconfig/node22": "^22.0.5",
|
|
44
|
-
"@types/node": "^
|
|
45
|
-
"@vitest/eslint-plugin": "^1.6.
|
|
46
|
-
"eslint": "^9.39.
|
|
44
|
+
"@types/node": "^22.19.15",
|
|
45
|
+
"@vitest/eslint-plugin": "^1.6.12",
|
|
46
|
+
"eslint": "^9.39.4",
|
|
47
47
|
"eslint-config-prettier": "^10.1.8",
|
|
48
48
|
"prettier": "^3.8.1",
|
|
49
49
|
"typescript": "~5.9.3",
|
|
50
|
-
"typescript-eslint": "^8.
|
|
51
|
-
"vitest": "^4.0
|
|
50
|
+
"typescript-eslint": "^8.57.0",
|
|
51
|
+
"vitest": "^4.1.0"
|
|
52
52
|
},
|
|
53
53
|
"engines": {
|
|
54
54
|
"node": "^22 || ^24"
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"devEngines": {
|
|
57
57
|
"runtime": {
|
|
58
58
|
"name": "node",
|
|
59
|
-
"version": "^22
|
|
59
|
+
"version": "^22"
|
|
60
60
|
},
|
|
61
61
|
"packageManager": [
|
|
62
62
|
{
|