@neus/mcp-server 1.1.2 → 1.1.4
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@neus/mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.4",
|
|
4
4
|
"description": "Discovery manifest for hosted NEUS MCP — identity, authority, and trust receipts for AI assistants (streamable HTTP). Runtime is not shipped.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.mjs",
|
package/server.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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 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",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/neus/network",
|
|
9
9
|
"source": "github"
|
|
10
10
|
},
|
|
11
|
-
"websiteUrl": "https://docs.neus.network/
|
|
11
|
+
"websiteUrl": "https://docs.neus.network/install",
|
|
12
12
|
"icons": [
|
|
13
13
|
{
|
|
14
14
|
"src": "https://neus.network/images/neus-brand-pack/favicon.svg?v=2026-06-03-mark-og-finalize-v1",
|