🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@eztexting/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eztexting/mcp-server - npm Package Compare versions

Comparing version
1.0.1
to
1.0.2
+1
-1
package.json
{
"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",

@@ -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 @@ ]