@uvrn/mcp 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -444,6 +444,8 @@ MIT
444
444
 
445
445
  ## Links
446
446
 
447
+ **Open source:** Source code and issues: [GitHub (uvrn-packages)](https://github.com/UVRN-org/uvrn-packages). Project landing: [UVRN](https://github.com/UVRN-org/uvrn).
448
+
447
449
  - [Repository](https://github.com/UVRN-org/uvrn-packages) — monorepo (this package: `uvrn-mcp`)
448
450
  - [@uvrn/core](https://www.npmjs.com/package/@uvrn/core) — Delta Engine core
449
451
  - [MCP Protocol](https://modelcontextprotocol.io/) — Model Context Protocol specification
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uvrn/mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "UVRN MCP server — AI-native bundle processing",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -24,7 +24,7 @@
24
24
  "homepage": "https://github.com/UVRN-org/uvrn-packages#readme",
25
25
  "dependencies": {
26
26
  "@modelcontextprotocol/sdk": "^1.0.0",
27
- "@uvrn/core": "1.0.1"
27
+ "@uvrn/core": "1.0.2"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/node": "^20.0.0",