webcite-mcp-server 1.1.2 → 1.1.3
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 +0 -1
- package/package.json +2 -5
package/README.md
CHANGED
|
@@ -298,7 +298,6 @@ All verification results include:
|
|
|
298
298
|
## Support
|
|
299
299
|
|
|
300
300
|
- Documentation: [webcite.co/api-docs/playground](https://webcite.co/api-docs/playground)
|
|
301
|
-
- Issues: [GitHub Issues](https://github.com/webcite/webcite-mcp-server/issues)
|
|
302
301
|
- Email: support@webcite.co
|
|
303
302
|
|
|
304
303
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webcite-mcp-server",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
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",
|
|
@@ -39,8 +39,5 @@
|
|
|
39
39
|
"dist",
|
|
40
40
|
"README.md"
|
|
41
41
|
],
|
|
42
|
-
"
|
|
43
|
-
"type": "git",
|
|
44
|
-
"url": "https://github.com/webcite/webcite-mcp-server"
|
|
45
|
-
}
|
|
42
|
+
"homepage": "https://webcite.co"
|
|
46
43
|
}
|