@neus/mcp-server 1.1.4 → 1.1.5

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 (3) hide show
  1. package/README.md +6 -24
  2. package/package.json +5 -2
  3. package/server.json +15 -15
package/README.md CHANGED
@@ -1,34 +1,16 @@
1
1
  # @neus/mcp-server
2
2
 
3
- **Trust infrastructure for agents that act** — public discovery metadata for hosted NEUS MCP at **`https://mcp.neus.network/mcp`**. Identity, authority, and reusable receipts for Cursor, Claude Code, Codex, and VS Code. This package does not ship a runtime server.
3
+ MCP registry discovery manifest for hosted NEUS MCP at **`https://mcp.neus.network/mcp`**.
4
4
 
5
- ## Connect
5
+ Trust infrastructure for agents that act: verifiable identity, scoped authority, and receipts for every trusted action.
6
6
 
7
7
  ```bash
8
8
  npx -y -p @neus/sdk neus setup
9
- npx -y -p @neus/sdk neus auth
10
- npx -y -p @neus/sdk neus doctor --live
9
+ npx -y -p @neus/sdk neus check
11
10
  ```
12
11
 
13
- Sign in with **`neus auth`** (OAuth). For servers and CI only, use a Profile access key:
12
+ [docs.neus.network/install](https://docs.neus.network/install)
14
13
 
15
- ```bash
16
- npx -y -p @neus/sdk neus setup --access-key <npk_...>
17
- ```
18
-
19
- Install and auth guides: [docs.neus.network/mcp/setup](https://docs.neus.network/mcp/setup)
20
-
21
- ## Registry manifest
22
-
23
- `server.json` lists the twelve public MCP tools and the hosted endpoint for MCP registries and installers. OAuth discovery:
24
-
25
- - `https://mcp.neus.network/.well-known/mcp.json`
26
- - `https://mcp.neus.network/.well-known/oauth-protected-resource`
27
-
28
- ## Related package
29
-
30
- Use **`@neus/sdk`** for the JavaScript SDK, widgets, and the `neus` CLI (`neus setup`, `neus auth`, import/export).
31
-
32
- ## License
14
+ ## Manifest
33
15
 
34
- Apache-2.0
16
+ `server.json` — public tool catalog and OAuth discovery URLs for MCP registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@neus/mcp-server",
3
- "version": "1.1.4",
4
- "description": "Discovery manifest for hosted NEUS MCP identity, authority, and trust receipts for AI assistants (streamable HTTP). Runtime is not shipped.",
3
+ "version": "1.1.5",
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",
7
7
  "exports": {
@@ -43,6 +43,9 @@
43
43
  "engines": {
44
44
  "node": ">=20.0.0"
45
45
  },
46
+ "scripts": {
47
+ "prepublishOnly": "node -e \"const fs=require('fs');const p=JSON.parse(fs.readFileSync('package.json','utf8'));const s=JSON.parse(fs.readFileSync('server.json','utf8'));if(p.version!==s.version)throw new Error('package.json and server.json version mismatch: '+p.version+' vs '+s.version);if(String(s.description||'').length>100)throw new Error('server.json description must be <=100 chars for MCP Registry (got '+String(s.description).length+')');\""
48
+ },
46
49
  "publishConfig": {
47
50
  "access": "public",
48
51
  "registry": "https://registry.npmjs.org"
package/server.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
3
  "name": "io.github.neus/neus-mcp",
4
- "title": "NEUS Trust",
5
- "description": "Verifiable identity, scoped authority, policy checks, and receipts before agents run trusted actions. Hosted remote MCP for Cursor, Claude Code, Codex, VS Code, and CI.",
6
- "version": "1.1.3",
4
+ "title": "NEUS MCP",
5
+ "description": "NEUS MCP: identity, authority, trust receipts, and Vault secrets before sensitive AI actions.",
6
+ "version": "1.1.5",
7
7
  "repository": {
8
8
  "url": "https://github.com/neus/network",
9
9
  "source": "github"
@@ -11,7 +11,7 @@
11
11
  "websiteUrl": "https://docs.neus.network/install",
12
12
  "icons": [
13
13
  {
14
- "src": "https://neus.network/images/neus-brand-pack/favicon.svg?v=2026-06-03-mark-og-finalize-v1",
14
+ "src": "https://neus.network/images/neus-brand-pack/favicon.svg?v=2026-06-07-app-icon-raster-v1",
15
15
  "sizes": ["128x128"],
16
16
  "mimeType": "image/svg+xml"
17
17
  }
@@ -38,7 +38,7 @@
38
38
  "tools": [
39
39
  {
40
40
  "name": "neus_context",
41
- "description": "Start each session here: mode, signed-in profile context, verifier summary, reuse-first workflow, tool order, and safety rules."
41
+ "description": "Start each session here: mode, signed-in profile context, verifier summary, reuse-first workflow, and safety rules."
42
42
  },
43
43
  {
44
44
  "name": "neus_verifiers_catalog",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  {
48
48
  "name": "neus_proofs_check",
49
- "description": "Check whether existing receipts already satisfy verifier IDs. Eligibility only never creates proofs."
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."
50
50
  },
51
51
  {
52
52
  "name": "neus_verify",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  {
56
56
  "name": "neus_verify_or_guide",
57
- "description": "When setup is still missing: profile, wallet, payment, provider, or delegation. Use only after reuse checks fail."
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."
58
58
  },
59
59
  {
60
60
  "name": "neus_proofs_get",
@@ -111,18 +111,18 @@
111
111
  "examples": [
112
112
  {
113
113
  "title": "Start every session",
114
- "description": "Load trust context and verifier summaries before any other NEUS tool.",
115
- "prompt": "Call neus_context once, then follow recommendedFlow. When signed in, use returned profile context; call neus_me only to refresh identity context or look up a wallet/DID."
114
+ "description": "Load trust context before actions or authorizations.",
115
+ "prompt": "Use NEUS Verify before taking sensitive actions. Start with neus_context, then follow the returned workflow."
116
116
  },
117
117
  {
118
- "title": "Register an agent wallet",
119
- "description": "Issue identity and delegation receipts, then confirm the wallet is ready.",
120
- "prompt": "Use neus_agent_link first when an agent wallet already exists. Use neus_agent_create only when setup is missing. If a hosted URL is returned, share it exactly, then call neus_agent_link after completion."
118
+ "title": "Register an Agent",
119
+ "description": "Confirm agent identity and delegated authority before it acts.",
120
+ "prompt": "Verify this agent is trusted before it runs tools. Use neus_agent_link first; use neus_agent_create only when setup is still missing."
121
121
  },
122
122
  {
123
- "title": "Reuse receipts before verify",
124
- "description": "Check existing trust before opening a browser verification flow.",
125
- "prompt": "Call neus_proofs_check for wallet 0x... and verifier IDs [\"ownership-basic\"]. If eligible, continue without hosted verify. If not eligible, call neus_verify_or_guide, share any returned hosted URL exactly, then call neus_proofs_get after completion."
123
+ "title": "Reuse Trust Receipts",
124
+ "description": "Check existing trust before opening a new verification flow.",
125
+ "prompt": "Check whether I already have the required trust receipt before verifying again."
126
126
  }
127
127
  ],
128
128
  "compatibility": {