We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef4587 commit 5cc5a62Copy full SHA for 5cc5a62
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mcp-cli",
3
- "version": "0.1.4",
+ "version": "0.3.0",
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.4';
+export const VERSION = '0.3.0';
0 commit comments