Skip to content

Commit d9d7992

Browse files
committed
chore: Bump to v2.0.1
1 parent bc6e164 commit d9d7992

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mysterysd/node-red-mcp",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "MCP server for Node-RED flow management via the Admin API",
55
"license": "MIT",
66
"author": "mysterysd",

src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function createServer(client: NodeRedClient): ServerFactoryResponse {
1818
{
1919
name: "@mysterysd/node-red-mcp",
2020
title: "Node-RED MCP Server",
21-
version: "2.0.0",
21+
version: "2.0.1",
2222
},
2323
{
2424
capabilities: {

0 commit comments

Comments
 (0)