Sign In

@mailrith/agent-skill

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mailrith/agent-skill - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+4
-0
CHANGELOG.md
# Changelog
## 0.1.1 - 2026-07-24
- Point hosted MCP discovery to the public Mailrith server card instead of a missing API-origin document.
## 0.1.0 - 2026-07-24

@@ -4,0 +8,0 @@

+1
-1

@@ -8,3 +8,3 @@ # Mailrith Connection Guidance

- Authentication: OAuth for interactive agent clients; bearer API key or OAuth access token only in runtimes that can protect secrets
- Discovery: `https://api.mailrith.com/.well-known/mcp.json`
- Discovery: `https://mailrith.com/.well-known/mcp/server-card.json`

@@ -11,0 +11,0 @@ Use the reviewed templates shipped with `@mailrith/agent-skill` for OpenAI, Claude, Codex, n8n, and Pipedream. Client fields change over time, so confirm the client version against the Mailrith compatibility page before installation.

{
"name": "@mailrith/agent-skill",
"version": "0.1.0",
"version": "0.1.1",
"description": "Installable Mailrith skill for safe AI agent email marketing workflows.",

@@ -33,3 +33,3 @@ "license": "MIT",

"devDependencies": {
"@mailrith/sdk": "^0.1.0"
"@mailrith/sdk": "^0.1.1"
},

@@ -36,0 +36,0 @@ "scripts": {