We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d61494 commit de3642dCopy full SHA for de3642d
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-cli",
3
- "version": "0.1.3",
+ "version": "0.1.4",
4
"description": "A lightweight CLI for interacting with MCP (Model Context Protocol) servers",
5
"type": "module",
6
"main": "src/index.ts",
src/version.ts
@@ -2,4 +2,4 @@
* Version constant - single source of truth
* This file is auto-updated by scripts/release.sh
*/
-export const VERSION = '0.1.3';
+export const VERSION = '0.1.4';
0 commit comments