Skip to content

Commit 850cb53

Browse files
committed
0.4.0
1 parent 26fbfd4 commit 850cb53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-server-commands",
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"description": "An MCP server to run arbitrary commands",
55
"private": false,
66
"type": "module",

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (process.argv.includes("--verbose")) {
2828
const server = new Server(
2929
{
3030
name: "mcp-server-commands",
31-
version: "0.3.0",
31+
version: "0.4.0",
3232
},
3333
{
3434
capabilities: {

0 commit comments

Comments
 (0)