Skip to content

History

Revisions

  • Updated Connecting Your MCP Client (markdown)

    @rossbelmont rossbelmont committed May 7, 2026
    6341e2b
  • Created Connecting Microsoft Copilot (markdown)

    @rossbelmont rossbelmont committed May 7, 2026
    688116f
  • Replace broken markdown tables with bullet lists Callback URLs and scope changes tables had mangled separator rows.

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 12, 2026
    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.

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 12, 2026
    869266e
  • Updated Client Tips and Troubleshooting (markdown)

    @rossbelmont rossbelmont committed Apr 10, 2026
    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.

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 10, 2026
    da91d14
  • Add wiki footer with official docs and support links

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 10, 2026
    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.

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 10, 2026
    64c7615
  • Updated Client Tips and Troubleshooting (markdown)

    @rossbelmont rossbelmont committed Apr 10, 2026
    e020450
  • Updated Home (markdown)

    @rossbelmont rossbelmont committed Apr 10, 2026
    cd4fc3b
  • Updated Quick Start Guide (markdown)

    @rossbelmont rossbelmont committed Apr 10, 2026
    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.

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 10, 2026
    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

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 10, 2026
    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

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 9, 2026
    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.

    @ross-belmont_sfemu ross-belmont_sfemu committed Apr 9, 2026
    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.

    @rossbelmont rossbelmont committed Mar 24, 2026
    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.

    @rossbelmont rossbelmont committed Mar 24, 2026
    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.

    @rossbelmont rossbelmont committed Mar 24, 2026
    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.

    @rossbelmont rossbelmont committed Mar 24, 2026
    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

    @rossbelmont rossbelmont committed Mar 21, 2026
    0e4b8f4
  • Ignore macOS Icon resource files Prevents Icon? files from corrupting .git/refs and causing "bad ref" errors in GitHub Desktop.

    @rossbelmont rossbelmont committed Mar 21, 2026
    9146180
  • Update Available-Tools-and-Servers.md fixed tableau information

    @rossbelmont rossbelmont committed Jan 27, 2026
    c2b41ed
  • Added Tableau Next server/tools

    @rossbelmont rossbelmont committed Jan 18, 2026
    a3bfbb3
  • Updated Configure Your MCP Client (markdown)

    @rossbelmont rossbelmont committed Jan 9, 2026
    25a7006
  • Updated information on connecting to a sandbox from Claude Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

    Ross Belmont committed Jan 9, 2026
    1d75bc5
  • Updated Enable the Beta (markdown)

    @rossbelmont rossbelmont committed Dec 18, 2025
    63dddf7
  • Updated Enable the Beta (markdown)

    @rossbelmont rossbelmont committed Dec 18, 2025
    2ec7104
  • Updated Test Your MCP Client (markdown)

    @rossbelmont rossbelmont committed Dec 18, 2025
    95cf457
  • Updated Configure Your MCP Client (markdown)

    @rossbelmont rossbelmont committed Dec 18, 2025
    034ab19
  • Added information for ChatGPT

    @rossbelmont rossbelmont committed Dec 18, 2025
    580b1ba