@axtary/mcp 0.3.0 → 0.4.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 +2 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -4,6 +4,8 @@ MCP tool provenance helpers for Axtary's local runtime plane.
4
4
 
5
5
  Early `0.x` release: the runtime path is real and tested, but the API is not stable yet and may change between minor versions.
6
6
 
7
+ The source repository is currently private. Public product documentation and runnable guides are at [axtary.com/docs](https://www.axtary.com/docs).
8
+
7
9
  ```bash
8
10
  npm install @axtary/mcp
9
11
  ```
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@axtary/mcp",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "MCP tool provenance helpers and fail-closed handler wrappers for Axtary.",
6
6
  "type": "module",
7
7
  "license": "Apache-2.0",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/axtary/axtary.git",
10
+ "url": "git+https://github.com/Axtary/axtary.git",
11
11
  "directory": "packages/mcp"
12
12
  },
13
13
  "keywords": [
@@ -39,8 +39,8 @@
39
39
  },
40
40
  "types": "./dist/index.d.ts",
41
41
  "dependencies": {
42
- "@axtary/actionpass": "^0.3.0",
43
- "@axtary/proxy": "^0.3.0",
42
+ "@axtary/actionpass": "^0.4.0",
43
+ "@axtary/proxy": "^0.4.0",
44
44
  "jose": "^6.2.3",
45
45
  "zod": "^4.4.3"
46
46
  }