@eztexting/mcp-server
Advanced tools
+1
-1
| { | ||
| "name": "@eztexting/mcp-server", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "Official EZTexting MCP server bridge — connects local MCP clients to https://mcp.eztexting.com via Streamable HTTP + OAuth 2.1 PKCE.", | ||
@@ -5,0 +5,0 @@ "mcpName": "com.eztexting/mcp", |
+18
-4
@@ -6,4 +6,15 @@ { | ||
| "title": "EZTexting MCP", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "websiteUrl": "https://mcp.eztexting.com", | ||
| "_meta": { | ||
| "com.eztexting/sub-endpoints": { | ||
| "description": "Narrow tool-catalog endpoints. Same OAuth scope as unified /mcp.", | ||
| "endpoints": { | ||
| "messaging": "https://mcp.eztexting.com/mcp/messaging", | ||
| "contacts": "https://mcp.eztexting.com/mcp/contacts", | ||
| "workflows": "https://mcp.eztexting.com/mcp/workflows", | ||
| "admin": "https://mcp.eztexting.com/mcp/admin" | ||
| } | ||
| } | ||
| }, | ||
| "icons": [ | ||
@@ -34,11 +45,14 @@ { | ||
| "identifier": "@eztexting/mcp-server", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "runtimeHint": "npx", | ||
| "transport": { "type": "stdio" }, | ||
| "runtimeArguments": [ | ||
| { "type": "positional", "valueHint": "yes-flag", "value": "-y" }, | ||
| { | ||
| "type": "named", | ||
| "name": "--server", | ||
| "description": "Optional: connect to a single sub-server only (messaging | contacts | workflows | admin). Default: unified endpoint with all tools.", | ||
| "isRequired": false | ||
| "description": "Optional: connect to a single sub-server only. Default: unified endpoint with all tools.", | ||
| "isRequired": false, | ||
| "format": "string", | ||
| "choices": ["messaging", "contacts", "workflows", "admin"] | ||
| } | ||
@@ -45,0 +59,0 @@ ] |
9515
6.25%107
15.05%