@sovr/mcp-server 1.1.0 → 2.0.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 (3) hide show
  1. package/package.json +11 -17
  2. package/LICENSE +0 -102
  3. package/README.md +0 -30
package/package.json CHANGED
@@ -1,28 +1,22 @@
1
1
  {
2
2
  "name": "@sovr/mcp-server",
3
- "version": "1.1.0",
3
+ "version": "2.0.1",
4
4
  "description": "Responsibility Layer for AI Agents — scoped alias for sovr-mcp-server. Install with: npx sovr-mcp-server",
5
- "license": "BSL-1.1",
6
- "author": "SOVR AI <contact@sovrapp.com>",
5
+ "keywords": ["sovr", "mcp", "ai-responsibility", "decision-accountability", "audit-trail"],
6
+ "homepage": "https://sovr.inc",
7
7
  "repository": {
8
8
  "type": "git",
9
- "url": "https://github.com/xie38388/SOVR-MCP-PROXY"
9
+ "url": "https://github.com/xie38388/sovr"
10
10
  },
11
- "keywords": [
12
- "sovr",
13
- "mcp",
14
- "ai-responsibility",
15
- "decision-accountability",
16
- "audit-trail"
17
- ],
11
+ "license": "BSL-1.1",
12
+ "author": "SOVR AI <contact@sovrapp.com>",
18
13
  "dependencies": {
19
- "sovr-mcp-server": "^6.2.0"
14
+ "sovr-mcp-server": "^7.0.0"
20
15
  },
21
16
  "bin": {
22
- "sovr-mcp-server": "./node_modules/sovr-mcp-server/dist/index.js"
17
+ "sovr-mcp-server": "node_modules/sovr-mcp-server/dist/index.js"
23
18
  },
24
- "files": [
25
- "README.md",
26
- "LICENSE"
27
- ]
19
+ "publishConfig": {
20
+ "access": "public"
21
+ }
28
22
  }
package/LICENSE DELETED
@@ -1,102 +0,0 @@
1
- Business Source License 1.1
2
-
3
- Parameters
4
-
5
- Licensor: SOVR AI
6
- Licensed Work: sovr-mcp-server v6.0.0
7
- The Licensed Work is (c) 2024-2026 SOVR AI.
8
- Additional Use Grant: You may make production use of the Licensed Work,
9
- provided your use does not include offering the
10
- Licensed Work to third parties as a commercial
11
- AI governance or AI safety proxy service.
12
- Change Date: 2030-02-19
13
- Change License: Apache License, Version 2.0
14
-
15
- -----------------------------------------------------------------------------
16
-
17
- License text copyright (c) 2017 MariaDB Corporation Ab, All Rights Reserved.
18
- "Business Source License" is a trademark of MariaDB Corporation Ab.
19
-
20
- Terms
21
-
22
- The Licensor hereby grants you the right to copy, modify, create derivative
23
- works, redistribute, and make non-production use of the Licensed Work. The
24
- Licensor may make an Additional Use Grant, above, permitting limited
25
- production use.
26
-
27
- Effective on the Change Date, or the fourth anniversary of the first publicly
28
- available distribution of a specific version of the Licensed Work under this
29
- License, whichever comes first, the Licensor hereby grants you rights under
30
- the terms of the Change License, and the rights granted in the paragraph
31
- above terminate.
32
-
33
- If your use of the Licensed Work does not comply with the requirements
34
- currently in effect as described in this License, you must purchase a
35
- commercial license from the Licensor, its affiliated entities, or authorized
36
- resellers, or you must refrain from using the Licensed Work.
37
-
38
- All copies of the original and modified Licensed Work, and derivative works
39
- of the Licensed Work, are subject to this License. This License applies
40
- separately for each version of the Licensed Work and the Change Date may vary
41
- for each version of the Licensed Work released by Licensor.
42
-
43
- You must conspicuously display this License on each original or modified copy
44
- of the Licensed Work. If you receive the Licensed Work in original or
45
- modified form from a third party, the terms and conditions set forth in this
46
- License apply to your use of that work.
47
-
48
- Any use of the Licensed Work in violation of this License will automatically
49
- terminate your rights under this License for the current and all other
50
- versions of the Licensed Work.
51
-
52
- This License does not grant you any right in any trademark or logo of
53
- Licensor or its affiliates (provided that you may use a trademark or logo of
54
- Licensor as expressly required by this License).
55
-
56
- TO THE EXTENT PERMITTED BY APPLICABLE LAW, THE LICENSED WORK IS PROVIDED ON
57
- AN "AS IS" BASIS. LICENSOR HEREBY DISCLAIMS ALL WARRANTIES AND CONDITIONS,
58
- EXPRESS OR IMPLIED, INCLUDING (WITHOUT LIMITATION) WARRANTIES OF
59
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, AND
60
- TITLE.
61
-
62
- MariaDB hereby grants you permission to use this License's text to license
63
- your works, and to refer to it using the trademark "Business Source License",
64
- as long as you comply with the Covenants of Licensor below.
65
-
66
- Covenants of Licensor
67
-
68
- In consideration of the right to use this License's text and the "Business
69
- Source License" name and trademark, Licensor covenants to MariaDB, and to all
70
- other recipients of the licensed work to be provided by Licensor:
71
-
72
- 1. To specify as the Change License the GPL Version 2.0 or any later version,
73
- or a license that is compatible with GPL Version 2.0 or a later version,
74
- where "compatible" means that software provided under the Change License
75
- can be included in a program with software provided under GPL Version 2.0
76
- or a later version. Licensor may specify additional Change Licenses
77
- without limitation.
78
-
79
- 2. To either: (a) specify an additional grant of rights to use that does not
80
- impose any additional restriction on the right granted in this License, as
81
- the Additional Use Grant; or (b) insert the text "None".
82
-
83
- 3. To specify a Change Date.
84
-
85
- 4. Not to modify this License in any other way.
86
-
87
- Notice
88
-
89
- The Business Source License (this document, or the "License") is not an Open
90
- Source license. However, the Licensed Work will eventually be made available
91
- under an Open Source License, as stated in this License.
92
-
93
- -----------------------------------------------------------------------------
94
-
95
- NOTICE: This package (sovr-mcp-server) is the MCP protocol proxy/server for
96
- the SOVR Responsibility Layer. It includes a minimal demo rule set for
97
- testing purposes only. The full production rule library, threat pattern
98
- database, and compliance templates are proprietary and available exclusively
99
- through the SOVR Cloud API (https://api.sovr.inc).
100
-
101
- The SOVR name, logo, and brand assets are trademarks of SOVR AI and may not
102
- be used without permission.
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # @sovr/mcp-server
2
-
3
- **Scoped alias for [`sovr-mcp-server`](https://www.npmjs.com/package/sovr-mcp-server).**
4
-
5
- This package exists so you can reference SOVR under the `@sovr` scope. It re-exports `sovr-mcp-server` with no additional code.
6
-
7
- [![npm](https://img.shields.io/npm/v/@sovr/mcp-server)](https://www.npmjs.com/package/@sovr/mcp-server)
8
- [![License](https://img.shields.io/badge/license-BSL--1.1-blue)](LICENSE)
9
-
10
- ## Usage
11
-
12
- ```bash
13
- npx sovr-mcp-server
14
- ```
15
-
16
- Or install the scoped version:
17
-
18
- ```bash
19
- npm install @sovr/mcp-server
20
- ```
21
-
22
- ## Documentation
23
-
24
- All documentation, configuration, and API reference is maintained in the main package:
25
-
26
- **[sovr-mcp-server on npm](https://www.npmjs.com/package/sovr-mcp-server)**
27
-
28
- ## License
29
-
30
- BSL-1.1 (Business Source License 1.1) — See [LICENSE](LICENSE) for details.