salesforce-metadata-mcp 2.6.6 → 2.6.7

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
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.6.7] - 2026-07-06
4
+
5
+ ### Docs-only release (no functional changes)
6
+
7
+ - npm README refreshed: the "Tools (60+)" heading above the tool list now correctly says 212 (the fix landed in git after 2.6.6 was published, so the npm page kept showing the stale heading)
8
+ - npm package description shortened below 250 characters so npm search no longer truncates it mid-word
9
+ - Added `.github/FUNDING.yml` for the GitHub Sponsors button
10
+
3
11
  ## [2.6.6] - 2026-07-06
4
12
 
5
13
  ### Public release housekeeping (no functional changes)
package/README.md CHANGED
@@ -47,7 +47,9 @@ See [SETUP.md](SETUP.md) for all authentication methods and detailed setup instr
47
47
 
48
48
  ---
49
49
 
50
- ## Tools (60+)
50
+ ## Tools — 212 total
51
+
52
+ Highlights below; see [TOOLS.md](TOOLS.md) for the complete reference with parameters and example prompts.
51
53
 
52
54
  ### Objects & Fields
53
55
  | Tool | Description |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "salesforce-metadata-mcp",
3
- "version": "2.6.6",
4
- "description": "The most comprehensive Salesforce MCP server: 212 tools covering custom objects, flows, Apex, LWC, page layouts, permissions, profiles, users, reports, dashboards, Experience Cloud, OmniStudio, OmniChannel, Agentforce, Einstein AI, audit trail, territories, monitoring, and more.",
3
+ "version": "2.6.7",
4
+ "description": "The most comprehensive Salesforce MCP server: 212 tools covering objects, flows, Apex, LWC, layouts, permissions, profiles, reports, dashboards, Experience Cloud, OmniStudio, Agentforce, Einstein AI, audit trail, and more.",
5
5
  "mcpName": "io.github.semwalajay83-sem/salesforce-metadata-mcp",
6
6
  "license": "MIT",
7
7
  "private": false,