@eraserlabs/eraser-mcp 0.3.1-next.2 → 0.3.1

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
@@ -68,7 +68,7 @@ Add to your Claude Desktop config:
68
68
 
69
69
  ## Documentation
70
70
 
71
- - [Eraser API Documentation](https://docs.eraser.io)
71
+ - [Eraser Agent Integration Documentation](https://docs.eraser.io/docs/using-ai-agent-integrations)
72
72
  - [Get an API Token](https://docs.eraser.io/reference/api-token)
73
73
 
74
74
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eraserlabs/eraser-mcp",
3
- "version": "0.3.1-next.2",
3
+ "version": "0.3.1",
4
4
  "description": "MCP server for generating diagrams with Eraser.io",
5
5
  "private": false,
6
6
  "main": "dist/index.js",