@neus/mcp-server 1.0.2 → 1.0.3
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 +2 -2
- package/package.json +1 -1
- package/server.json +3 -3
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@ For almost all integrations, connect to **`https://mcp.neus.network/mcp`** and f
|
|
|
8
8
|
|
|
9
9
|
This npm package ships **public discovery metadata** (for example `server.json`) for registries and installers. The hosted MCP server runs at **`https://mcp.neus.network/mcp`** — see the [MCP docs](https://docs.neus.network/mcp/overview) for setup and usage.
|
|
10
10
|
|
|
11
|
-
##
|
|
11
|
+
## Recommended flow
|
|
12
12
|
|
|
13
13
|
Models should **call neus_context first** every session, then follow the tool order your client needs:
|
|
14
14
|
|
|
15
15
|
| Tool | Role |
|
|
16
16
|
| --- | --- |
|
|
17
|
-
| `neus_context` | Session home
|
|
17
|
+
| `neus_context` | Session home, setup, verifier summaries, and recommended flow |
|
|
18
18
|
| `neus_verifiers_catalog` | Verifier metadata and JSON schemas |
|
|
19
19
|
| `neus_proofs_check` | Eligibility only (does not create proofs) |
|
|
20
20
|
| `neus_verify` | Start or continue verification when prerequisites already match |
|
package/package.json
CHANGED
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 hosted MCP: verifiers, proofs, verify flows, agents. Always call neus_context first.",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.3",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/neus/network",
|
|
9
9
|
"source": "github"
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
56
|
"name": "neus_proofs_get",
|
|
57
|
-
"description": "Reads proof records, tags, delegated agent reads, Profile summary fields, and live proof state.
|
|
57
|
+
"description": "Reads proof records, tags, delegated agent reads, Profile summary fields, and live proof state. Use returned qHashes as receipt references."
|
|
58
58
|
},
|
|
59
59
|
{
|
|
60
60
|
"name": "neus_me",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
{
|
|
98
98
|
"title": "Bootstrap a session",
|
|
99
99
|
"description": "Load the MCP session home plus verifier summaries.",
|
|
100
|
-
"prompt": "Call neus_context first, then follow the returned
|
|
100
|
+
"prompt": "Call neus_context first, then follow the returned recommendedFlow. If Bearer is configured, call neus_me before any account-aware work."
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"title": "Register an AI agent",
|