@coinrithm/mcp-trading 0.1.1 → 0.1.3

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 +0 -17
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -78,20 +78,3 @@ Tool results return the raw HTTP status + JSON body so the model sees real
78
78
  server responses (including `{ error, blockReasons }` on blocked entries).
79
79
 
80
80
  stdout is the MCP JSON-RPC channel; this server logs only to stderr.
81
-
82
- ## Publishing (maintainers)
83
-
84
- Published to npm as **`@coinrithm/mcp-trading`** (public scope) so users can run
85
- `npx -y @coinrithm/mcp-trading` without cloning.
86
-
87
- ```bash
88
- cd packages/mcp-trading
89
- npm run build
90
- npm pack --dry-run # verify the tarball: dist/*.js + README.md + package.json only
91
- npm publish --access public
92
- ```
93
-
94
- `prepare` rebuilds on publish and `publishConfig.access` is `public`, so once you
95
- are authenticated (`npm login`) with publish rights on the `@coinrithm` org,
96
- `npm publish` is enough. The first publish requires the `@coinrithm` npm org/scope
97
- to exist and a one-time OTP if 2FA is enabled on the account.
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@coinrithm/mcp-trading",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
+ "mcpName": "io.github.coinrithm/mcp-trading",
4
5
  "description": "MCP server for paper-trading on CoinRithm (spot, futures, prediction markets) with a user-minted API key.",
5
6
  "type": "module",
6
7
  "author": "CoinRithm",