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.
- package/index.mjs +1 -1
- 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
|
|
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)"),
|