@opennous/mcp 0.58.0 → 0.58.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/package.json +1 -1
  2. package/src/server.js +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opennous/mcp",
3
- "version": "0.58.0",
3
+ "version": "0.58.1",
4
4
  "description": "Nous — the Context Graph for AI Agents.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
package/src/server.js CHANGED
@@ -92,7 +92,7 @@ export function createServer() {
92
92
  // Reads: get_context · get_account · query (search folds in via facts:true) · score.
93
93
  // Identity: whoami (who the key acts as, scope, GTM role[s]) — the governance
94
94
  // substrate. record_signal folds into record; save_note is out. The `tool()` guard
95
- // keeps the surface locked to these seven — a stray non-primitive registration is
95
+ // keeps the surface locked to these eight — a stray non-primitive registration is
96
96
  // dropped, not exposed. See docs/revenue-plugin/README.md §2–3.
97
97
  const PLUGIN_TOOLS = new Set([
98
98
  "record", "record_insight", "get_context", "get_account", "query", "score", "whoami", "set_icp",
@@ -357,7 +357,9 @@ export function createServer() {
357
357
  "about the contact — a preference, an objection, a competitor they mentioned, a general note — " +
358
358
  "use property:'intel' with a category: {kind:'state',property:'intel',value:{category:'objection'," +
359
359
  "content:'skeptical about market demand',label:'Market demand skepticism'}} (category ∈ " +
360
- "preference | objection | competitor | buying_signal | budget | timing | authority | general). " +
360
+ "status_quo | goal | pain | objection | authority | budget | timeline | buying_signal | " +
361
+ "preference | competitor | discovery | relationship | general — use the MOST specific one; " +
362
+ "'general' is a last resort, and it's 'timeline', never 'timing'). " +
361
363
  "Insights about YOUR OWN business (product/positioning/market/buyer) go to record_insight, not here.",
362
364
  {
363
365
  focus: z.string().describe("Email address, LinkedIn URL, domain, or entity UUID — a precise identifier, never a bare name"),