@sendraven/mcp 0.1.0 → 0.1.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/package.json +2 -1
  2. package/server.json +6 -4
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@sendraven/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for SendRaven: send email, read replies as threads, run campaigns, and decide approvals, with per-key limits for agents.",
5
+ "mcpName": "ai.sendraven/mcp",
5
6
  "license": "MIT",
6
7
  "author": "Common Ninja Ltd.",
7
8
  "homepage": "https://sendraven.ai/mcp",
package/server.json CHANGED
@@ -1,20 +1,22 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
3
3
  "name": "ai.sendraven/mcp",
4
- "description": "Email for AI agents: send, read replies as threads, run campaigns, decide approvals, with per-key limits.",
4
+ "description": "Email for AI agents: send, read replies as threads, run campaigns, with per-key limits.",
5
5
  "repository": {
6
6
  "url": "https://github.com/CommonNinja/sendraven-mcp-server",
7
7
  "source": "github"
8
8
  },
9
- "version": "0.1.0",
9
+ "version": "0.1.1",
10
10
  "websiteUrl": "https://sendraven.ai/mcp",
11
11
  "packages": [
12
12
  {
13
13
  "registryType": "npm",
14
14
  "registryBaseUrl": "https://registry.npmjs.org",
15
15
  "identifier": "@sendraven/mcp",
16
- "version": "0.1.0",
17
- "transport": { "type": "stdio" },
16
+ "version": "0.1.1",
17
+ "transport": {
18
+ "type": "stdio"
19
+ },
18
20
  "environmentVariables": [
19
21
  {
20
22
  "name": "SENDRAVEN_API_KEY",