@neus/mcp-server 1.1.7 → 1.2.1

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/package.json +1 -1
  2. package/server.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neus/mcp-server",
3
- "version": "1.1.7",
3
+ "version": "1.2.1",
4
4
  "description": "Hosted NEUS MCP registry manifest for agent identity, scoped authority, trust receipts, and Vault.",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
package/server.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "name": "io.github.neus/neus-mcp",
4
4
  "title": "NEUS MCP",
5
5
  "description": "NEUS MCP: identity, authority, trust receipts, and Vault secrets before sensitive AI actions.",
6
- "version": "1.1.7",
6
+ "version": "1.2.1",
7
7
  "repository": {
8
8
  "url": "https://github.com/neus/network",
9
9
  "source": "github"
@@ -72,6 +72,10 @@
72
72
  "name": "neus_agent_create",
73
73
  "description": "Prepare agent identity and delegation (signatures and/or hosted verify). Confirm with neus_agent_link after signing. Skills/services fields are metadata only, not secrets."
74
74
  },
75
+ {
76
+ "name": "neus_agent_mount",
77
+ "description": "Mount proof-backed agent runtime context in one call: identity, delegation, scoped policy, and trust receipt refs for any IDE or worker."
78
+ },
75
79
  {
76
80
  "name": "neus_secret_create",
77
81
  "description": "Store an env-style secret as an encrypted proof (ownership-basic with secret-storage tags). Values are sealed and never returned in plaintext."