@instantkom/mcp-server 3.185.1 → 3.186.1
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/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instantkom/mcp-server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.186.1",
|
|
4
4
|
"description": "Model Context Protocol Server for the instantKOM REST API. Lets Claude Code, Claude Desktop and other MCP-compatible AI assistants drive your instantKOM messengerzentrale.",
|
|
5
5
|
"main": "dist/index.public.js",
|
|
6
6
|
"types": "dist/index.public.d.ts",
|
|
@@ -40,9 +40,12 @@
|
|
|
40
40
|
"test:unit": "vitest run --project unit",
|
|
41
41
|
"test:contract": "vitest run --project contract",
|
|
42
42
|
"test:integration": "vitest run --project integration",
|
|
43
|
+
"test:agent-protocol-mysql-contract": "NODE_ENV=test AGENT_PROTOCOL_MYSQL_E2E=1 vitest run --project mysql-integration",
|
|
43
44
|
"test:coverage": "vitest run --coverage",
|
|
44
45
|
"check:api-coverage": "node scripts/check-api-coverage.js",
|
|
45
46
|
"check:playbook-drift": "tsx scripts/check-playbook-drift.ts",
|
|
47
|
+
"generate:agent-skills": "tsx scripts/generate-agent-skills.ts --write",
|
|
48
|
+
"check:agent-skills": "tsx scripts/generate-agent-skills.ts",
|
|
46
49
|
"check:tool-handlers": "tsx scripts/check-tool-handlers.ts",
|
|
47
50
|
"check:public-package": "node scripts/check-public-package.cjs",
|
|
48
51
|
"prepublishOnly": "npm run build:public && npm run check:public-package",
|