Updated Connecting Your MCP Client (markdown)
6341e2b
Created Connecting Microsoft Copilot (markdown)
688116f
Replace broken markdown tables with bullet lists
Callback URLs and scope changes tables had mangled separator rows.
7ea79c9
Separate minimal ECA setup from production hardening
Restructure to give testers the fastest path to a working connection,
then call out five independent security options for production:
client secret, permission sets, IP restrictions, token lifetime, single logout.
Incorporates recommendations from product security review.
869266e
Updated Client Tips and Troubleshooting (markdown)
8cbab91
Add See It in Action page with demo GIF and video thumbnails
New wiki page showcasing what MCP servers look like in practice:
animated GIF of a Claude query, plus sales and service demo videos
with play-button thumbnails. Linked from Quick Start Guide and sidebar.
da91d14
Add wiki footer with official docs and support links
1360fe8
Add custom sidebar and remove duplicate h1 headings
Custom _Sidebar.md replaces the alphabetical page list with a
logical grouping: Getting Started, Testing & Debugging, Security,
Reference. Removed first-level headings from all content pages
since GitHub wiki already displays the page title.
64c7615
Updated Client Tips and Troubleshooting (markdown)
e020450
Updated Quick Start Guide (markdown)
10d271a
Remove CLAUDE.md from wiki
This file contained internal editing guidelines for Claude Code
and shouldn't be published on the customer-facing wiki.
6d3bffc
docs: Final review pass — fix links, update tool names, remove draft page
- Named Query links: corrected to official REST API docs URL
- ECA profile/permission set links: corrected to current Help article
- describeSObject → getObjectSchema in Postman testing guide
- Remove Architecture-and-Patterns.md (moved to draft outside wiki)
- Remove architecture link from Home.md table of contents
- Ross's manual edits to Security-and-Permissions and Confirming-Availability
0d81fe5
docs: Add illustrations to Home, remove sandbox URL writeup, cleanup
- Add ligne claire car illustrations to the three-source documentation
section on Home page (getting-started, administration, advanced-development)
- Remove writeup-sandbox-urls.md (content covered in Connecting page)
- Clean up links in Home.md and Connecting-Your-MCP-Client.md
- Update .gitignore and CLAUDE.md references
e20cedb
docs: Rewrite wiki for three-source model at GA
Transform wiki from primary setup guide (beta era) to director's
commentary layer complementing official docs on developer.salesforce.com
and help.salesforce.com.
Major rewrites: Home (navigator), Confirming-Availability (replaces
Enable-the-Beta), Configuring-an-External-Client-App (auth rationale),
Connecting-Your-MCP-Client (URL patterns + My Domain), Testing-and-
Evaluating (agent effectiveness + rollout guidance).
New pages: Where-to-Find-Documentation, FAQ, Known-Limitations,
Security-and-Permissions (combined with auth FAQ), Client-Tips-and-
Troubleshooting, Quick-Start-Guide, Architecture-and-Patterns (outline).
Retired: Log-Into-Your-Target-Org, Available-Tools-and-Servers,
and 5 old-named pages replaced by reworked versions.
Updated all references: v1-beta.2 → v1, old scopes → mcp_api.
Added My Domain screenshots for URL pattern documentation.
NOT PUSHED — Ross to review before publishing.
d089e0f
docs: Remove Claude Desktop developer mode section
Remove the .mcpb/mcp-remote path for Claude Desktop. Users who want
Claude should use a paid account with native connector support.
This simplifies the doc and removes a security-ambiguous option.
1e376ac
docs: Remove mcp-remote, use Cursor native static OAuth
Cursor now supports static OAuth natively — no need for mcp-remote.
Replaced npx mcp-remote config with url + auth block.
Added ECA callback URL requirement for Cursor.
Removed "Optional: Install Node and MCP Remote" section entirely.
bc64222
Fix sObject tool names to match implementation (camelCase)
Tool names were snake_case in the wiki but camelCase in the Java
implementation (SObjectServersConstants.java). Updated all platform
sObject tool names across all four server tables to match the
actual wire format: describeGlobal, describeSobject, soqlQuery,
getUserInfo, listRecentSobjectRecords, getRelatedRecords,
createSobjectRecord, updateSobjectRecord, updateRelatedRecord,
deleteSobjectRecord, deleteRelatedRecord.
Non-sObject tools (Data Cloud, Revenue Cloud, Tableau) left as-is.
907f2e4
docs: Fix sobject-all server name to include platform/ prefix
Example URLs in Postman, ChatGPT, Claude, and Claude Desktop sections
were missing the platform/ prefix (e.g., sandbox/sobject-all instead of
sandbox/platform/sobject-all). Now consistent with Available-Tools-and-Servers.
Fixes #20.
c44d743
Reorganize server list by product area with copy-paste URLs
- Group servers into Platform, Analytics, Marketing, Industries sections
- Add dev org and sandbox/scratch URLs for each server
- Rename servers to match API subdomain convention (e.g., platform/sobject-*, marketing/data-cloud-queries, industries/revenue-cloud)
- Remove insurance-cloud and invocable_actions servers
- Replace single monolithic table with per-server tool tables
0e4b8f4
Ignore macOS Icon resource files
Prevents Icon? files from corrupting .git/refs and causing
"bad ref" errors in GitHub Desktop.
9146180
Update Available-Tools-and-Servers.md
fixed tableau information
c2b41ed
Added Tableau Next server/tools
a3bfbb3
Updated Configure Your MCP Client (markdown)
25a7006
Updated information on connecting to a sandbox from Claude
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1d75bc5
Updated Enable the Beta (markdown)
63dddf7
Updated Enable the Beta (markdown)
2ec7104
Updated Test Your MCP Client (markdown)
95cf457
Updated Configure Your MCP Client (markdown)
034ab19
Added information for ChatGPT
580b1ba