@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.
Files changed (2) hide show
  1. package/README.md +0 -9
  2. 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@entergram/mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "private": false,
5
5
  "description": "Official Entergram MCP CLI for local MCP hosts with OAuth login, stdio bridging, and host config helpers.",
6
6
  "type": "module",