@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/server.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neus/mcp-server",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Public discovery metadata for the hosted NEUS MCP (streamable HTTP). Runtime is not shipped in this package.",
5
5
  "type": "module",
6
6
  "main": "./index.mjs",
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": "NEUS hosted MCP: verifiers, proofs, verify flows, agents. Always call neus_context first.",
6
- "version": "1.1.0",
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/overview",
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: product summary, setup, OAuth sign-in, verifier summaries, reuse-first workflow, tools, and safety rules. Always call first."
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": "Returns the signed-in NEUS Profile when the MCP call has a NEUS session bearer or local Profile access key."
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 first, then follow the returned recommendedFlow. If Bearer is configured (OAuth or Profile key), call neus_me before any account-aware work."
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",