@mailsai/mcp-server 0.2.0 → 0.2.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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@mailsai/mcp-server",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "The agent email tool: give any AI agent a real inbox (send + receive + thread) with a reputation & prompt-injection firewall in front of it — for Claude Desktop, Claude Code, Cursor, Cline, Continue, Windsurf, and any MCP runtime. 20 tools, incl. a test-key sandbox loop.",
5
5
  "type": "module",
6
6
  "bin": {
7
+ "mcp-server": "dist/index.js",
7
8
  "mails-mcp": "dist/index.js",
8
9
  "mails-mcp-demo": "dist/demo.js"
9
10
  },
@@ -49,7 +50,7 @@
49
50
  "access": "public"
50
51
  },
51
52
  "dependencies": {
52
- "@mailsai/sdk": "file:../sdk/mailsai-sdk-0.1.0.tgz",
53
+ "@mailsai/sdk": "^0.1.0",
53
54
  "@modelcontextprotocol/sdk": "^1.0.4"
54
55
  },
55
56
  "devDependencies": {