webcite-mcp-server 1.1.0 → 1.1.2

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -157,7 +157,7 @@ WEBCITE_API_KEY=wc_xxx npx webcite-mcp-server
157
157
  ## Getting Your API Key
158
158
 
159
159
  1. Sign up at [webcite.co](https://webcite.co)
160
- 2. Go to [API Keys](https://webcite.co/api-keys)
160
+ 2. Log in and go to **API Keys** in the sidebar
161
161
  3. Create a new API key
162
162
  4. Add it to your MCP configuration
163
163
 
@@ -293,11 +293,11 @@ All verification results include:
293
293
  |------|-----------------|-------|
294
294
  | Free | 50 | $0 |
295
295
  | Builder | 500 | $20/month |
296
- | Enterprise | 10,000+ | [Contact Sales](https://webcite.co/pricing) |
296
+ | Enterprise | 10,000+ | [Contact Sales](https://webcite.co/#pricing) |
297
297
 
298
298
  ## Support
299
299
 
300
- - Documentation: [webcite.co/api-docs](https://webcite.co/api-docs)
300
+ - Documentation: [webcite.co/api-docs/playground](https://webcite.co/api-docs/playground)
301
301
  - Issues: [GitHub Issues](https://github.com/webcite/webcite-mcp-server/issues)
302
302
  - Email: support@webcite.co
303
303
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webcite-mcp-server",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "WebCite MCP Server for Claude - Fact verification and citation API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",