From 7ca1ce634546a30ddaa24569de4e74df71a3af79 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 8 Aug 2025 14:25:48 -0600 Subject: [PATCH] docs: update root command to list all six MCP tools correctly --- cmd/planning-mcp-server/main.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/cmd/planning-mcp-server/main.go b/cmd/planning-mcp-server/main.go index a6078953aafb21e7ecf0958981843a86b3b462eb..d559fe554766ef70421ce724bc81c1ae77fbde3e 100644 --- a/cmd/planning-mcp-server/main.go +++ b/cmd/planning-mcp-server/main.go @@ -51,10 +51,12 @@ func run() error { Long: `A Model Context Protocol (MCP) server that provides planning tools for LLMs. The server provides tools for goal setting, task management, and progress tracking: -- update_goal: Set or update the overarching goal -- add_tasks: Add one or more tasks to work on -- get_tasks: Get current task list with status indicators -- update_tasks: Update the status of one or more tasks`, +- project_management__set_goal: Set initial goal with title and description +- project_management__change_goal: Change existing goal with a reason +- project_management__add_tasks: Add one or more tasks to work on +- project_management__get_tasks: Get current task list with status indicators +- project_management__update_task_statuses: Update the status of one or more tasks +- project_management__delete_tasks: Delete one or more tasks by their IDs`, SilenceUsage: true, RunE: func(cmd *cobra.Command, args []string) error { if showVersion {