Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 12 Mar 10:37
· 38 commits to master since this release

Install

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

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.0.2"]
    }
  }
}

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.0.1...v1.0.2