@neus/mcp-server 1.1.0 → 1.1.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.
- package/package.json +1 -1
- package/server.json +6 -6
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.neus/neus-mcp",
|
|
4
4
|
"title": "NEUS MCP",
|
|
5
|
-
"description": "
|
|
6
|
-
"version": "1.1.
|
|
5
|
+
"description": "Identity and authority for AI assistants. Trust receipts over MCP. docs.neus.network/mcp/ide-plugin",
|
|
6
|
+
"version": "1.1.1",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/neus/network",
|
|
9
9
|
"source": "github"
|
|
10
10
|
},
|
|
11
|
-
"websiteUrl": "https://docs.neus.network/mcp/
|
|
11
|
+
"websiteUrl": "https://docs.neus.network/mcp/ide-plugin",
|
|
12
12
|
"icons": [
|
|
13
13
|
{
|
|
14
14
|
"src": "https://neus.network/images/neus-brand-pack/apple-touch-icon.png",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"tools": [
|
|
39
39
|
{
|
|
40
40
|
"name": "neus_context",
|
|
41
|
-
"description": "NEUS MCP session home:
|
|
41
|
+
"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
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "neus_verifiers_catalog",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "neus_me",
|
|
65
|
-
"description": "
|
|
65
|
+
"description": "Refresh signed-in Profile context, or look up a public Profile by wallet/DID."
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"name": "neus_agent_link",
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
{
|
|
106
106
|
"title": "Bootstrap a session",
|
|
107
107
|
"description": "Load the MCP session home plus verifier summaries.",
|
|
108
|
-
"prompt": "Call neus_context
|
|
108
|
+
"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."
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"title": "Register an AI agent",
|