@socialneuron/mcp-server 1.7.12 → 1.7.15

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,21 @@
2
2
 
3
3
  All notable changes to `@socialneuron/mcp-server` will be documented in this file.
4
4
 
5
+ ## [1.7.15] - 2026-07-06
6
+
7
+ ### Changed
8
+
9
+ - **Public tool surface tightened.** Internal service tools used by Social Neuron's own automation are still registered and scope-gated at runtime, but are no longer advertised on the hosted server card, HTTP discovery, `search_tools`, knowledge documents, or the CLI tool listing. The hosted endpoint now advertises 85 tools; the npm stdio server exposes 87 discoverable tools (including 2 local screen-capture tools).
10
+ - **Tool descriptions cleaned up.** Internal project references and implementation jargon removed from tool descriptions across the catalog.
11
+ - **`run_content_pipeline` scheduling guard restored.** Scheduling again requires `schedule_confirmed=true` after explicit user approval, cannot run with the quality stage skipped, caps generated posts to the requested plan size, drops posts targeting unrequested platforms, and counts scheduled posts against the credit budget. (This hardening was unintentionally dropped in the 1.7.14 source sync.)
12
+ - **Metadata contract unified + CI-guarded.** `server.json` version/pricing/tool-count now match `package.json` and the canonical pricing (MCP requires Pro $49/mo or higher; free tier is 50 credits/mo with no MCP access). Added `mcpName` for MCP Registry ownership verification. New `npm run verify:metadata` gate (wired into CI and release) blocks stale counts, stale pricing, internal codenames, and dead endpoint links from re-entering the public surface.
13
+ - **Docs corrected.** REST API docs (tool count, response `version` example, plan limits), troubleshooting boot log line (95/95), integration methods (stdio vs hosted tool split), and auth docs (plan-scope matrix; removed internal implementation notes). Removed links to the not-yet-deployed `/v1/openapi.json` endpoint.
14
+ - **SDK release path hardened.** `packages/sdk` now ships a `package-lock.json`, the SDK release workflow uses `npm ci --ignore-scripts`, and Dependabot watches `/packages/sdk` and `/apps/content-calendar`.
15
+
16
+ ## [1.7.12–1.7.14] - 2026-06/07
17
+
18
+ Released without changelog entries (see git history): OAuth connector flow + DCR, MCP Apps content calendar, trial-key scopes and post-trial degrade, funnel instrumentation, 96-tool catalog sync, dependency cooldown pins.
19
+
5
20
  ## [1.7.11] - 2026-05-15
6
21
 
7
22
  ### Changed
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @socialneuron/mcp-server
2
2
 
3
- > 73 MCP tools for AI-powered social media management. Create content, schedule posts, track analytics, and optimize performance — all from Claude Code or any MCP client.
3
+ > 85+ MCP tools for AI-powered social media management. Create content, schedule posts, track analytics, and optimize performance — all from Claude Code or any MCP client.
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@socialneuron/mcp-server)](https://www.npmjs.com/package/@socialneuron/mcp-server)
6
6
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -86,13 +86,15 @@ Ask Claude things like:
86
86
 
87
87
  - "Generate 5 content ideas about sustainable fashion for Gen Z"
88
88
  - "Create a 30-second video ad for my product launch"
89
- - "Schedule this image to Instagram and LinkedIn at 9am tomorrow"
89
+ - "Schedule this post to X and Bluesky at 9am tomorrow"
90
90
  - "Show me my best-performing content this month"
91
91
  - "What are the trending topics in my niche right now?"
92
92
  - "Check my analytics and suggest improvements"
93
93
  - "Set up autopilot to post 3 times per week"
94
94
 
95
- ## Tool Categories (73 tools)
95
+ ## Tool Categories
96
+
97
+ The hosted endpoint advertises **85 tools** (live count: [server card](https://mcp.socialneuron.com/.well-known/mcp/server-card.json)); the npm stdio server adds 2 local screen-capture tools (87 discoverable). A small set of internal service tools used by Social Neuron's own automation are registered but not part of the public surface.
96
98
 
97
99
  These tools are available to AI agents (Claude, Cursor, etc.) via the MCP protocol.
98
100
 
@@ -168,9 +170,9 @@ MCP access requires a paid plan:
168
170
 
169
171
  | Plan | Price | Credits/mo | MCP Access |
170
172
  |------|-------|-----------|------------|
171
- | Free | $0 | 100 | — |
173
+ | Free | $0 | 50 | — |
172
174
  | Starter | $19/mo | 500 | — |
173
- | Pro | $49/mo | 1,500 | Read + Analytics |
175
+ | Pro | $49/mo | 1,500 | Read + Analytics + Write + Distribute |
174
176
  | Team | $99/mo | 3,500 | Full + 5 keys |
175
177
  | Agency | $249/mo | 10,000 | Full + 20 keys + REST API |
176
178
 
@@ -217,7 +219,7 @@ socialneuron-mcp sn loop
217
219
  socialneuron-mcp sn credits
218
220
 
219
221
  # Agent-native CLI v2
220
- socialneuron-mcp sn tools [--module ideation] [--scope mcp:write] # List/filter all 73 tools
222
+ socialneuron-mcp sn tools [--module ideation] [--scope mcp:write] # List/filter available tools
221
223
  socialneuron-mcp sn info # Version, auth, credits, tool count
222
224
  socialneuron-mcp sn plan list|view|approve # Content plan management
223
225
  socialneuron-mcp sn preset list|show|save|delete # Platform presets (6 built-in)