@socialneuron/mcp-server 1.4.2 → 1.5.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/CHANGELOG.md CHANGED
@@ -2,6 +2,32 @@
2
2
 
3
3
  All notable changes to `@socialneuron/mcp-server` will be documented in this file.
4
4
 
5
+ ## [1.5.1] - 2026-03-20
6
+
7
+ ### Added
8
+ - **MCP tool annotations**: All 52 tools now declare `readOnlyHint`, `destructiveHint`, `idempotentHint`, and `openWorldHint` per MCP spec. Agents can now determine which tools are safe to call without confirmation.
9
+ - **Complete parameter descriptions**: Added `.describe()` to all remaining parameters (248 total). Every parameter now has format examples, constraints, and usage guidance.
10
+
11
+ ### Changed
12
+ - Updated test setup to support 5-argument `server.tool()` signature with annotations.
13
+
14
+ ## [1.5.0] - 2026-03-19
15
+
16
+ ### Changed
17
+ - **LLM-optimized tool descriptions**: Rewrote 27 tool descriptions and enriched 15 parameters for agent comprehension. Every tool now answers "when to call", "what to pass", and "what comes next" — following Arcade ToolBench patterns (Tool Description, Constrained Input, Dependency Hint, Performance Hint).
18
+ - **API key cache TTL**: Reduced from 60s to 10s to limit revocation exposure window.
19
+ - **OAuth issuer URL**: Production metadata now derives from `MCP_SERVER_URL` instead of defaulting to localhost.
20
+ - **SECURITY.md**: Updated supported versions, added scanner false-positive documentation.
21
+ - **CLI setup URL**: Fixed `app.socialneuron.com` → `www.socialneuron.com`.
22
+
23
+ ### Dependencies
24
+ - `@supabase/supabase-js` 2.98.0 → 2.99.2
25
+ - `open` 10.0.0 → 11.0.0 (requires Node.js 20+)
26
+ - `posthog-node` 5.28.1 → 5.28.3
27
+ - `vitest` 3.2.4 → 4.1.0
28
+ - `esbuild` 0.27.3 → 0.27.4
29
+ - `@types/node` 25.4.0 → 25.5.0
30
+
5
31
  ## [1.4.0] - 2026-03-13
6
32
 
7
33
  ### Changed