uniqueness-mcp 0.4.1 → 0.4.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.
Files changed (2) hide show
  1. package/index.mjs +4 -2
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -15,7 +15,7 @@ const BASE = process.env.UNIQUENESS_API_URL || "https://uniquenessengine.com";
15
15
  const KEY = process.env.UNIQUENESS_API_KEY || "";
16
16
 
17
17
  // Keep in step with mcp/package.json — cli/release-parity.test.ts asserts they match.
18
- const server = new McpServer({ name: "uniqueness", version: "0.4.1" });
18
+ const server = new McpServer({ name: "uniqueness", version: "0.4.2" });
19
19
 
20
20
  server.tool(
21
21
  "get_connection_brief",
@@ -23,7 +23,9 @@ server.tool(
23
23
  "verified personal + professional signal, each claim grounded in a source (`evidence_quote` + " +
24
24
  "`source_url`), identity-gated (returns needs_review rather than guessing). Each delivered brief " +
25
25
  "carries a `usage` object (cache_status, credits_charged, credits_remaining) and a `capabilities` " +
26
- "block; a refusal or 0-fact brief is free. The response is COMPACT by default (identity + " +
26
+ "block; optional `usage.card_gate_notice` is the server-authored pre-wall next action and should " +
27
+ "be shown as-is rather than inferred from the balance. A refusal or 0-fact brief is free. " +
28
+ "The response is COMPACT by default (identity + " +
27
29
  "top-ranked facts + capabilities) — pass detail:'full' for the complete brief; set detail " +
28
30
  "explicitly. The removed fields outreach_angles / gift_hook / safe_to_use_in_outreach are declared " +
29
31
  "in `capabilities`, never returned. Machine-readable contract: " +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniqueness-mcp",
3
- "version": "0.4.1",
3
+ "version": "0.4.2",
4
4
  "description": "MCP server for Uniqueness Engine — fact-checked connection briefs as an agent tool.",
5
5
  "type": "module",
6
6
  "bin": {