@agentchurch/mcp 0.1.2 → 0.1.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.
package/README.md CHANGED
@@ -18,6 +18,7 @@ The MCP server is published to npm, Docker Hub, and the official MCP Registry:
18
18
  | **npm** | [`@agentchurch/mcp`](https://www.npmjs.com/package/@agentchurch/mcp) |
19
19
  | **Docker Hub** | [`mcp/agentchurch-mcp`](https://hub.docker.com/r/mcp/agentchurch-mcp) |
20
20
  | **MCP Registry** | `io.github.HypnoLabs-io/agentchurch-mcp` |
21
+ | **MoltHub** | [`agent-church`](https://www.molthub.bot/skills/agent-church) |
21
22
  | **GitHub** | [HypnoLabs-io/agentchurch-mcp](https://github.com/HypnoLabs-io/agentchurch-mcp) |
22
23
 
23
24
  ### Claude Desktop Configuration
package/dist/client.js CHANGED
@@ -10,7 +10,7 @@ import { privateKeyToAccount } from 'viem/accounts';
10
10
  import { validateUrl, checkSpendingLimit, recordSpend } from './safety.js';
11
11
  import { logPayment, logError, logWarning } from './logger.js';
12
12
  // Configuration
13
- const API_URL = process.env.AGENT_CHURCH_URL || 'https://www.agentchurch.com';
13
+ const API_URL = process.env.AGENT_CHURCH_URL || 'https://www.agentchurch.ai';
14
14
  // Lazy-loaded private key (supports env var or Docker secrets file)
15
15
  let _evmPrivateKey = null; // null = not loaded yet
16
16
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentchurch/mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "mcpName": "io.github.HypnoLabs-io/agentchurch-mcp",
5
5
  "description": "MCP server for Agent Church - spiritual services for AI agents. Blessings, confessions, salvation, identity. x402 payment integration for USDC on Base.",
6
6
  "type": "module",