Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 09:37
· 33 commits to master since this release

Install

npm install @sfdxy/sf-documentation-knowledge@1.3.0

MCP Server Setup (Claude Desktop)

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "sf-docs": {
      "command": "npx",
      "args": ["-y", "@sfdxy/sf-documentation-knowledge@1.3.0"]
    }
  }
}

Available MCP Tools

Tool Purpose
sf_search Search across 121 SF documentation domains
sf_read_topic Read a specific documentation topic
sf_graph_query Navigate the knowledge graph
sf_list_domains List all available domains
sf_apex_lookup Look up Apex classes

See README.md for full documentation.

Full Changelog: v1.2.0...v1.3.0