@trustrails/mcp-server 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ Search across **26,000+ electronics products** from major UK retailers including
|
|
|
146
146
|
## Environment Variables
|
|
147
147
|
|
|
148
148
|
- `TRUSTRAILS_API_KEY` - API key (use `mcp-public-2026` for shared public access)
|
|
149
|
-
- `TRUSTRAILS_BASE_URL` - API endpoint (optional, defaults to `https://
|
|
149
|
+
- `TRUSTRAILS_BASE_URL` - API endpoint (optional, defaults to `https://trustrails.app`)
|
|
150
150
|
|
|
151
151
|
---
|
|
152
152
|
|
|
@@ -185,7 +185,7 @@ Search across **26,000+ electronics products** from major UK retailers including
|
|
|
185
185
|
|
|
186
186
|
```bash
|
|
187
187
|
# Clone the repo
|
|
188
|
-
git clone https://github.com/
|
|
188
|
+
git clone https://github.com/james-webdev/trustrails-mcp-server
|
|
189
189
|
cd trustrails-mcp-server
|
|
190
190
|
|
|
191
191
|
# Install dependencies
|
|
@@ -206,8 +206,8 @@ npx @modelcontextprotocol/inspector npm run dev
|
|
|
206
206
|
|
|
207
207
|
## Support & Links
|
|
208
208
|
|
|
209
|
-
- **Website:** [trustrails.app](https://
|
|
210
|
-
- **Issues:** [GitHub Issues](https://github.com/
|
|
209
|
+
- **Website:** [trustrails.app](https://trustrails.app)
|
|
210
|
+
- **Issues:** [GitHub Issues](https://github.com/james-webdev/trustrails-mcp-server/issues)
|
|
211
211
|
- **NPM:** [@trustrails/mcp-server](https://www.npmjs.com/package/@trustrails/mcp-server)
|
|
212
212
|
- **MCP Registry:** [modelcontextprotocol.io/servers](https://modelcontextprotocol.io/servers)
|
|
213
213
|
|