@kya-os/mcp-i 0.1.0-alpha.2.6 → 0.1.0-alpha.2.7

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 +3 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,6 +2,9 @@
2
2
 
3
3
  The SEO package for AI agents. Register your MCP server and get automatic directory listings in 2 lines of code.
4
4
 
5
+ Note: This package is alpha release, do not use in production.
6
+ v1.0.0 will be released this week.
7
+
5
8
  [![npm version](https://img.shields.io/npm/v/@kya-os/mcp-i.svg)](https://www.npmjs.com/package/@kya-os/mcp-i)
6
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
10
  [![MCP-I Conformance](https://img.shields.io/badge/MCP--I-Level%202-green)](https://modelcontextprotocol-identity.io)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kya-os/mcp-i",
3
- "version": "0.1.0-alpha.2.6",
4
- "description": "Production-ready MCP Identity with automatic registration, key rotation, and optimized performance",
3
+ "version": "0.1.0-alpha.2.7",
4
+ "description": "COMING SOON:Production-ready MCP Identity with automatic registration, key rotation, and optimized performance",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -57,7 +57,7 @@
57
57
  "url": "https://github.com/kya-os/mcp-i/issues"
58
58
  },
59
59
  "homepage": "https://github.com/kya-os/mcp-i#readme",
60
- "author": "Dylan Hobbs <dylan@vouched.id>",
60
+ "author": "Dylan Hobbs <dylan.hobbs@vouched.id>",
61
61
  "license": "MIT",
62
62
  "dependencies": {
63
63
  "@noble/ed25519": "^2.1.0"