@missionsquad/mcp-server-tron 1.2.0 → 1.2.1

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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -227,9 +227,7 @@ docker run -d \
227
227
  ```
228
228
 
229
229
  Docker logs are written to the mounted `logs/` directory and are named by date, for example:
230
-
231
- - `logs/mcp-server-tron-2026-03-18-combined.log`
232
- - `logs/mcp-server-tron-2026-03-18-error.log`
230
+ In the current container image, HTTP mode logs go to stdout/stderr so they are visible via `docker logs`.
233
231
 
234
232
  ### Testing
235
233
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "mcpName": "io.github.missionsquad/mcp-server-tron",
4
4
  "module": "build/index.js",
5
5
  "type": "module",
6
- "version": "1.2.0",
6
+ "version": "1.2.1",
7
7
  "description": "MCP server for TRON blockchain. Supports TRX/TRC20 transfers, smart contracts, AI prompts & OAuth 2.0",
8
8
  "bin": {
9
9
  "mcp-server-tron": "./bin/cli.js"