@mcp-native/mcp 0.0.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +19 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # @mcp-native/mcp bootstrap
2
+
3
+ This non-runtime `0.0.0` artifact reserves the package name so npm trusted publishing can be
4
+ configured before the first real, provenance-attested release. Install the `latest` distribution
5
+ tag for supported package versions.
package/package.json ADDED
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "@mcp-native/mcp",
3
+ "version": "0.0.0",
4
+ "description": "Bootstrap artifact used to establish npm trusted publishing for @mcp-native/mcp.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/pablospaniard/mcp-native.git",
9
+ "directory": "packages/mcp"
10
+ },
11
+ "homepage": "https://github.com/pablospaniard/mcp-native/tree/main/packages/mcp#readme",
12
+ "bugs": {
13
+ "url": "https://github.com/pablospaniard/mcp-native/issues"
14
+ },
15
+ "publishConfig": {
16
+ "access": "public",
17
+ "tag": "bootstrap"
18
+ }
19
+ }