Sign In

@delega-dev/mcp

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@delega-dev/mcp - npm Package Compare versions

Comparing version
1.18.2
to
1.18.3
+8
-3
package.json
{
"name": "@delega-dev/mcp",
"version": "1.18.2",
"version": "1.18.3",
"mcpName": "io.github.delega-dev/delega",

@@ -58,4 +58,5 @@ "description": "MCP client for Delega, a retired public service preserved as production engineering proof",

"esbuild": "0.28.1",
"fast-uri": "3.1.4",
"hono": "4.12.31"
"fast-uri": "3.1.5",
"hono": "4.12.34",
"ip-address": "10.3.1"
},

@@ -67,3 +68,7 @@ "publishConfig": {

"url": "https://github.com/delega-dev/delega-mcp/issues"
},
"allowScripts": {
"esbuild@0.28.1": true,
"fsevents": false
}
}

@@ -38,3 +38,3 @@ # delega-mcp

|----------|---------|-------------|
| `DELEGA_API_URL` | `https://api.delega.dev` | Delega API endpoint. Defaults to the hosted API; custom `/api`-style endpoints (e.g. `http://localhost:18890`) are an advanced override. |
| `DELEGA_API_URL` | `https://api.delega.dev` | Delega API endpoint. The default is Ryan McMillan’s owner-only private runtime; custom `/api`-style endpoints (e.g. `http://localhost:18890`) are an advanced override. |
| `DELEGA_AGENT_KEY` | (none) | Agent API key for authenticated requests. Preferred for MCP configs; if both key env vars are set, this one wins. |

@@ -47,2 +47,10 @@ | `DELEGA_API_KEY` | (none) | Fallback alias accepted so the MCP, CLI, and SDK can share one env var when needed. |

### Network resilience
Read-only API calls retry transient network failures up to three attempts within
a single 35-second deadline. Mutating calls (`POST`, `PUT`, and `DELETE`) are
never retried automatically, which avoids duplicating a write when the server
may have accepted it before the connection failed. Non-successful HTTP
responses are surfaced immediately without retrying.
## Security Notes

@@ -195,5 +203,7 @@

## Hosted API
## Private runtime
Delega is a hosted service. Point `DELEGA_API_URL` at `https://api.delega.dev` — free up to 1,000 tasks/month.
`https://api.delega.dev` remains online for Ryan McMillan’s existing owner
agents. It does not accept public accounts or credentials, and there is no
public hosted plan to purchase.

@@ -200,0 +210,0 @@ ## Links

Sorry, the diff of this file is too big to display