uniqueness-mcp 0.5.1 → 0.5.2
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/index.mjs +1 -1
- package/package.json +2 -2
package/index.mjs
CHANGED
|
@@ -11,7 +11,7 @@ const BASE = process.env.UNIQUENESS_API_URL || "https://uniquenessengine.com";
|
|
|
11
11
|
let KEY = process.env.UNIQUENESS_API_KEY || "";
|
|
12
12
|
const signupContinuations = new Map();
|
|
13
13
|
|
|
14
|
-
const server = new McpServer({ name: "uniqueness", version: "0.5.
|
|
14
|
+
const server = new McpServer({ name: "uniqueness", version: "0.5.2" });
|
|
15
15
|
|
|
16
16
|
const json = (value, isError = false) => ({
|
|
17
17
|
...(isError ? { isError: true } : {}),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uniqueness-mcp",
|
|
3
|
-
"version": "0.5.
|
|
4
|
-
"description": "Conservative human-in-the-loop MCP server for Uniqueness Engine
|
|
3
|
+
"version": "0.5.2",
|
|
4
|
+
"description": "Conservative human-in-the-loop MCP server for Uniqueness Engine personal context.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"uniqueness-mcp": "index.mjs"
|