Skip to content

Commit b8e6949

Browse files
Version bump
1 parent 2f53a3c commit b8e6949

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ListToolsRequestSchema, CallToolRequestSchema } from "@modelcontextprot
1010
const server = new Server(
1111
{
1212
name: "task-manager-server",
13-
version: "1.1.2"
13+
version: "1.2.0"
1414
},
1515
{
1616
capabilities: {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taskqueue-mcp",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Task Queue MCP Server",
55
"author": "Christopher C. Smith ([email protected])",
66
"main": "dist/index.js",

src/client/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const program = new Command();
1616
program
1717
.name("task-manager-cli")
1818
.description("CLI for the Task Manager MCP Server")
19-
.version("1.0.0")
19+
.version("1.2.0")
2020
.option(
2121
'-f, --file-path <path>',
2222
'Specify the path to the tasks JSON file. Overrides TASK_MANAGER_FILE_PATH env var.'

0 commit comments

Comments
 (0)