@kaminari-ad/mcp 0.1.0 → 0.2.0

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaminari-ad/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Official Model Context Protocol (MCP) server for the Kaminari Ad ad-verification platform.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -31,10 +31,12 @@
31
31
  "README.md",
32
32
  "LICENSE",
33
33
  "CHANGELOG.md",
34
- "SECURITY.md"
34
+ "SECURITY.md",
35
+ "MIGRATION_0_2.md"
35
36
  ],
36
37
  "bin": {
37
- "kaminari-ad-mcp": "./dist/bin.js"
38
+ "kaminari-ad-mcp": "./dist/bin.js",
39
+ "mcp": "./dist/bin.js"
38
40
  },
39
41
  "main": "./dist/bin.js",
40
42
  "types": "./dist/bin.d.ts",
@@ -115,6 +117,7 @@
115
117
  },
116
118
  "publishConfig": {
117
119
  "access": "public",
120
+ "provenance": true,
118
121
  "registry": "https://registry.npmjs.org"
119
122
  }
120
123
  }