Skip to content

v1.0.1 - Documentation Update

Latest

Choose a tag to compare

@ckaraca ckaraca released this 01 Oct 19:18

馃摎 Documentation Improvements

  • Updated installation method to use npx as the primary method
  • Added alternative configuration for global install
  • More reliable setup for Claude Desktop users

Installation (Updated)

{
  "mcpServers": {
    "fake-store": {
      "command": "npx",
      "args": ["-y", "fake-store-mcp"]
    }
  }
}

Full Changelog: v1.0.0...v1.0.1