docs: update root command to list all six MCP tools correctly

Amolith created

Change summary

cmd/planning-mcp-server/main.go | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Detailed changes

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 {