@motorical/mcp 1.0.3 → 1.0.4

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 +5 -2
  2. package/src/server.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@motorical/mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "MCP server for Motorical transactional email API — dry-run/send, mint public tokens, list Motor Blocks, inspect delivery events",
5
5
  "type": "module",
6
6
  "bin": {
@@ -40,5 +40,8 @@
40
40
  "publishConfig": {
41
41
  "access": "public"
42
42
  },
43
- "homepage": "https://docs.motorical.com/ai-mcp"
43
+ "homepage": "https://docs.motorical.com/ai-mcp",
44
+ "bugs": {
45
+ "url": "https://docs.motorical.com/ai-mcp"
46
+ }
44
47
  }
package/src/server.js CHANGED
@@ -2,7 +2,7 @@ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
2
2
  import { z } from 'zod';
3
3
  import { MotoricalClient, loadConfig } from './client.js';
4
4
 
5
- const PACKAGE_VERSION = '1.0.3';
5
+ const PACKAGE_VERSION = '1.0.4';
6
6
 
7
7
  function jsonResult(data, { isError = false } = {}) {
8
8
  return {