@coinrithm/mcp-trading 0.1.1 → 0.1.2
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.
- package/README.md +0 -17
- package/package.json +1 -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