@koderlabs/inbox-mcp 0.1.2 → 0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -94,13 +94,13 @@ The server returns a clear error if a tool is called without the required scope.
94
94
 
95
95
  ## Self-hosting
96
96
 
97
- Besides stdio, this package also ships a Streamable-HTTP transport for self-hosted deployments. See [the repo](https://github.com/jawaidgadiwala/inbox) for source, docker compose, and configuration details.
97
+ Besides stdio, this package also ships a Streamable-HTTP transport for self-hosted deployments. See [the repo](https://github.com/jawaidgadiwala/instant-inbox) for source, docker compose, and configuration details.
98
98
 
99
99
  ## Links
100
100
 
101
101
  - **Service:** [inbox.koderlabs.net](https://inbox.koderlabs.net)
102
- - **Source:** [github.com/jawaidgadiwala/inbox](https://github.com/jawaidgadiwala/inbox)
103
- - **Issues:** [github.com/jawaidgadiwala/inbox/issues](https://github.com/jawaidgadiwala/inbox/issues)
102
+ - **Source:** [github.com/jawaidgadiwala/instant-inbox](https://github.com/jawaidgadiwala/instant-inbox)
103
+ - **Issues:** [github.com/jawaidgadiwala/instant-inbox/issues](https://github.com/jawaidgadiwala/instant-inbox/issues)
104
104
 
105
105
  ## License
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@koderlabs/inbox-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "license": "MIT",
5
5
  "description": "InstantInbox MCP server — disposable email inboxes for AI agent E2E testing. Streamable HTTP + stdio transports.",
6
6
  "keywords": [
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "repository": {
37
37
  "type": "git",
38
- "url": "git+https://github.com/jawaidgadiwala/inbox.git",
38
+ "url": "git+https://github.com/jawaidgadiwala/instant-inbox.git",
39
39
  "directory": "apps/mcp"
40
40
  },
41
41
  "bugs": {
42
- "url": "https://github.com/jawaidgadiwala/inbox/issues"
42
+ "url": "https://github.com/jawaidgadiwala/instant-inbox/issues"
43
43
  },
44
44
  "homepage": "https://inbox.koderlabs.net",
45
45
  "engines": {