🎩 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
0.2.0
to
0.3.0
+2
-2
package.json
{
"name": "@eztexting/mcp-server",
"version": "0.2.0",
"description": "EZTexting MCP server bridge — connects local MCP clients to https://mcp.eztexting.com via Streamable HTTP + OAuth 2.1 PKCE.",
"version": "0.3.0",
"description": "Official EZTexting MCP server bridge — connects local MCP clients to https://mcp.eztexting.com via Streamable HTTP + OAuth 2.1 PKCE.",
"mcpName": "com.eztexting/mcp",

@@ -6,0 +6,0 @@ "type": "module",

@@ -91,22 +91,2 @@ # @eztexting/mcp-server

## Token measurement
`measure-tokens.sh` probes each endpoint and prints byte + tool counts:
```
using token cache: ~/.mcp-auth/mcp-remote-0.1.37/<hash>_tokens.json
endpoint bytes tools ~tokens
------------------ ----- ----- -------
/mcp 15472 38 ~3868
/mcp/messaging 6912 13 ~1728
/mcp/contacts 4414 12 ~1103
/mcp/workflows 3996 8 ~999
/mcp/admin 2148 9 ~537
```
Re-run after any tool description change to track impact. Token estimate is `bytes / 4`.
Picks the freshest tokens at `~/.mcp-auth/mcp-remote-*/<hash>_tokens.json`. Override with `TOKENS_FILE=...`.
## Requirements

@@ -113,0 +93,0 @@

@@ -5,3 +5,3 @@ {

"description": "Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, and account administration.",
"version": "0.2.0",
"version": "0.3.0",
"repository": {

@@ -15,3 +15,3 @@ "url": "https://gitlab.com/eztexting/public/mcp-server",

"identifier": "@eztexting/mcp-server",
"version": "0.2.0",
"version": "0.3.0",
"runtimeHint": "npx",

@@ -18,0 +18,0 @@ "transport": { "type": "stdio" },