@neus/mcp-server 1.2.1 → 1.2.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/package.json +1 -1
  2. package/server.json +17 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neus/mcp-server",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
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.2.1",
6
+ "version": "1.2.2",
7
7
  "repository": {
8
8
  "url": "https://github.com/neus/network",
9
9
  "source": "github"
@@ -12,7 +12,9 @@
12
12
  "icons": [
13
13
  {
14
14
  "src": "https://neus.network/images/neus-brand-pack/favicon.svg?v=2026-06-07-app-icon-raster-v1",
15
- "sizes": ["128x128"],
15
+ "sizes": [
16
+ "128x128"
17
+ ],
16
18
  "mimeType": "image/svg+xml"
17
19
  }
18
20
  ],
@@ -38,55 +40,55 @@
38
40
  "tools": [
39
41
  {
40
42
  "name": "neus_context",
41
- "description": "Start each session here: mode, signed-in profile context, verifier summary, reuse-first workflow, and safety rules."
43
+ "description": "NEUS MCP session home: current mode, signed-in profile context, verifier summary, reuse-first workflow, tools, and safety rules. Call once at session start."
42
44
  },
43
45
  {
44
46
  "name": "neus_verifiers_catalog",
45
- "description": "Full verifier directory with JSON schemas. Call after neus_context when you need exact payload fields beyond the summary."
47
+ "description": "Full verifier directory with JSON schemas. Use after neus_context when payloads need exact fields beyond the summary."
46
48
  },
47
49
  {
48
50
  "name": "neus_proofs_check",
49
- "description": "Checks whether existing trust receipts satisfy required checks. Eligibility only; never creates receipts. Omit wallet when signed in to use the session profile wallet."
51
+ "description": "Checks whether existing Proof Receipts satisfy required checks. Eligibility only; never creates proofs. Omit wallet when signed in to use the session profile wallet."
50
52
  },
51
53
  {
52
54
  "name": "neus_verify",
53
- "description": "Create or continue verification when profile access, wallet, and signing already meet NEUS requirements. Check existing receipts first."
55
+ "description": "Creates or continues verification only when Profile access, wallet, and signing already satisfy NEUS for this verifier. Check existing receipts first."
54
56
  },
55
57
  {
56
58
  "name": "neus_verify_or_guide",
57
- "description": "Trust autopilot: reuse existing trust receipts when eligible, otherwise return the single next step (continue in MCP or open hosted verify). Omit walletAddress when signed in."
59
+ "description": "Trust autopilot: reuse existing Proof Receipts when eligible, otherwise return the single next step (continue in MCP or open hosted verify). Omit walletAddress when signed in."
58
60
  },
59
61
  {
60
62
  "name": "neus_proofs_get",
61
- "description": "Read proof records, tags, delegated agent reads, profile summary fields, and live status. Use returned qHashes as receipt references."
63
+ "description": "Reads proof records, tags, delegated agent reads, Profile summary fields, and live proof state. Use returned proof records as receipt references."
62
64
  },
63
65
  {
64
66
  "name": "neus_me",
65
- "description": "Refresh signed-in profile context, or look up a public profile by wallet or DID."
67
+ "description": "Refresh signed-in Profile context, or look up a public Profile by wallet/DID."
66
68
  },
67
69
  {
68
70
  "name": "neus_agent_link",
69
- "description": "Check agent wallet readiness: linked when identity and delegation receipts exist; otherwise returns a hosted verify URL."
71
+ "description": "Readiness check for an agent wallet: returns linked when identity and access receipts exist. When setup is missing and the caller is authenticated, call neus_agent_create next — browser is fallback only."
70
72
  },
71
73
  {
72
74
  "name": "neus_agent_create",
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."
75
+ "description": "Creates agent identity and access receipts. Requires agentId (provide a meaningful id like \"my-ai-assistant\"; if omitted, NEUS auto-generates one). Uses the authenticated session first (no browser when the profile can authorize). Falls back to hosted verify only when session cannot complete. Confirm with neus_agent_link when done."
74
76
  },
75
77
  {
76
78
  "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."
79
+ "description": "Mount proof-backed agent runtime context in one call: identity, delegation, effective runtime, skills, scoped policy, and trust receipt refs (neus.runtime-mount.v1). Requires authentication. Use before acting as a profile agent in any IDE or worker."
78
80
  },
79
81
  {
80
82
  "name": "neus_secret_create",
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."
83
+ "description": "Store an env-style secret as an encrypted proof. Creates an ownership-basic proof with secret-storage tags. Values are AES-256-GCM sealed and never returned in plaintext via MCP."
82
84
  },
83
85
  {
84
86
  "name": "neus_secret_list",
85
- "description": "List stored secret proofs for a wallet. Metadata only (qHash, alias, type, updatedAt) values are never exposed."
87
+ "description": "List env-style secret proofs for a wallet. Returns metadata only (qHash, alias, type, updatedAt). Values are never exposed."
86
88
  },
87
89
  {
88
90
  "name": "neus_secret_revoke",
89
- "description": "Revoke a stored secret proof by qHash and clean up agent bindings. Requires authenticated ownership."
91
+ "description": "Revoke a stored secret proof by qHash. Removes the proof and cleans up any agent bindings. Requires authenticated ownership."
90
92
  }
91
93
  ],
92
94
  "license": "Apache-2.0",