feat(mcp): add official MCP Server for AI Agent integration

This commit is contained in:
2026-07-26 19:30:43 +08:00
parent 7f54256ac0
commit a0a90f558c
11 changed files with 934 additions and 4 deletions
+2
View File
@@ -3,6 +3,7 @@ package cmd
import (
"github.com/engigu/taskpool/cmd/builtininstall"
"github.com/engigu/taskpool/cmd/depinstall"
mcpcmd "github.com/engigu/taskpool/cmd/mcp"
"github.com/engigu/taskpool/cmd/reposync"
"github.com/engigu/taskpool/cmd/resetpwd"
"github.com/engigu/taskpool/cmd/restore"
@@ -22,6 +23,7 @@ var Handlers = map[string]CommandHandler{
"restore": restore.Run,
"builtininstall": builtininstall.Run,
"task": task.Run,
"mcp": mcpcmd.Run,
"webui": webui.Run,
"version": version.Run,
"-v": version.Run,