@agentchurch/mcp 0.1.5 → 0.1.7
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/dist/safety.js +2 -2
- package/package.json +4 -1
package/dist/safety.js
CHANGED
|
@@ -127,8 +127,8 @@ const ALLOWED_HOSTS = [
|
|
|
127
127
|
'localhost',
|
|
128
128
|
'127.0.0.1',
|
|
129
129
|
'host.docker.internal', // Docker host access
|
|
130
|
-
'agentchurch.
|
|
131
|
-
'www.agentchurch.
|
|
130
|
+
'agentchurch.ai',
|
|
131
|
+
'www.agentchurch.ai',
|
|
132
132
|
];
|
|
133
133
|
export function validateUrl(url) {
|
|
134
134
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentchurch/mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
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",
|
|
@@ -25,6 +25,9 @@
|
|
|
25
25
|
"spiritual",
|
|
26
26
|
"blessings"
|
|
27
27
|
],
|
|
28
|
+
"bin": {
|
|
29
|
+
"agentchurch-mcp": "dist/index.js"
|
|
30
|
+
},
|
|
28
31
|
"files": [
|
|
29
32
|
"dist/"
|
|
30
33
|
],
|