@entergram/mcp 0.1.2 → 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.
- package/README.md +0 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -140,12 +140,3 @@ If the consent screen does not show the scopes you expect, update that OAuth cli
|
|
|
140
140
|
entergram-mcp logout --env dev --client-id entergram-ws-your-client-id
|
|
141
141
|
entergram-mcp login --env dev --client-id entergram-ws-your-client-id
|
|
142
142
|
```
|
|
143
|
-
|
|
144
|
-
## Development
|
|
145
|
-
|
|
146
|
-
```bash
|
|
147
|
-
npm run build
|
|
148
|
-
npm run typecheck
|
|
149
|
-
npm run smoke:cli
|
|
150
|
-
npm run pack:dry-run
|
|
151
|
-
```
|
package/package.json
CHANGED