uniqueness-mcp 0.3.0 → 0.3.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/index.mjs +1 -1
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -21,7 +21,7 @@ server.tool(
21
21
  "Given a LinkedIn URL (or name + company, or email), return a fact-checked Connection Brief: " +
22
22
  "verified personal + professional signal, each claim grounded in a source + verbatim quote, " +
23
23
  "identity-gated (returns needs_review rather than guessing), with outreach angles. " +
24
- "Every credit charge is reported. Use before personalized outreach, gifting, or call prep.",
24
+ "Every credit charge is reported. Use before personalized outreach or call prep.",
25
25
  {
26
26
  linkedin_url: z.string().optional().describe("LinkedIn profile URL"),
27
27
  name: z.string().optional().describe("Full name (use with company)"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uniqueness-mcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server for Uniqueness Engine — fact-checked connection briefs as an agent tool.",
5
5
  "type": "module",
6
6
  "bin": {