@neus/mcp-server 1.1.4 → 1.1.6
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.
- package/README.md +6 -24
- package/package.json +5 -2
- package/server.json +15 -15
package/README.md
CHANGED
|
@@ -1,34 +1,16 @@
|
|
|
1
1
|
# @neus/mcp-server
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
MCP registry discovery manifest for hosted NEUS MCP at **`https://mcp.neus.network/mcp`**.
|
|
4
4
|
|
|
5
|
-
|
|
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
|
|
10
|
-
npx -y -p @neus/sdk neus doctor --live
|
|
9
|
+
npx -y -p @neus/sdk neus check
|
|
11
10
|
```
|
|
12
11
|
|
|
13
|
-
|
|
12
|
+
[docs.neus.network/install](https://docs.neus.network/install)
|
|
14
13
|
|
|
15
|
-
|
|
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
|
-
|
|
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
|
-
"description": "
|
|
3
|
+
"version": "1.1.6",
|
|
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
|
|
5
|
-
"description": "
|
|
6
|
-
"version": "1.1.
|
|
4
|
+
"title": "NEUS MCP",
|
|
5
|
+
"description": "NEUS MCP: identity, authority, trust receipts, and Vault secrets before sensitive AI actions.",
|
|
6
|
+
"version": "1.1.6",
|
|
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-
|
|
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,
|
|
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": "
|
|
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": "
|
|
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
|
|
115
|
-
"prompt": "
|
|
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
|
|
119
|
-
"description": "
|
|
120
|
-
"prompt": "
|
|
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
|
|
124
|
-
"description": "Check existing trust before opening a
|
|
125
|
-
"prompt": "
|
|
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": {
|