馃摎 Documentation Improvements
- Updated installation method to use
npxas 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