webcite-mcp-server 1.1.1 → 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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -297,7 +297,7 @@ All verification results include:
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.1",
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",