shabaaspay-mcp-server 1.0.4 → 1.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shabaaspay-mcp-server",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "MCP server integrating with ShaBaasPay — PayTo agreements, payment initiation, and Australian real-time payments for AI tools.",
5
5
  "keywords": [
6
6
  "mcp-server",
package/readme.md CHANGED
@@ -70,6 +70,7 @@ Add to `~/.cursor/mcp.json`:
70
70
  "mcpServers": {
71
71
  "shabaaspay": {
72
72
  "url": "https://mcp-staging.shabaas.com/mcp",
73
+ "transport": "http",
73
74
  "headers": {
74
75
  "Authorization": "sbp_live_your_api_key_here"
75
76
  }
@@ -104,6 +105,7 @@ Add to your VS Code MCP config (`mcp.json`):
104
105
  "mcpServers": {
105
106
  "shabaaspay": {
106
107
  "serverUrl": "https://mcp-staging.shabaas.com/mcp",
108
+ "type": "http",
107
109
  "headers": {
108
110
  "Authorization": "Bearer sbp_live_your_api_key_here"
109
111
  }
package/server.json CHANGED
@@ -7,14 +7,14 @@
7
7
  "url": "https://github.com/shabaaspay/shabaaspay-mcp-server",
8
8
  "source": "github"
9
9
  },
10
- "version": "1.0.4",
10
+ "version": "1.0.5",
11
11
  "documentationUrl": "https://github.com/shabaaspay/shabaaspay-mcp-server#readme",
12
12
  "websiteUrl": "https://shabaas.com",
13
13
  "packages": [
14
14
  {
15
15
  "registryType": "npm",
16
16
  "identifier": "shabaaspay-mcp-server",
17
- "version": "1.0.4",
17
+ "version": "1.0.5",
18
18
  "transport": {
19
19
  "type": "streamable-http",
20
20
  "url": "https://mcp-staging.shabaas.com/mcp"