feat(mcp): add new tools to the registered tools list

This commit is contained in:
Hein
2026-04-02 13:53:11 +02:00
parent d0bfdbfbab
commit 9cfcb5621b

View File

@@ -40,15 +40,19 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"add_recipe", "add_recipe",
"add_skill", "add_skill",
"add_vendor", "add_vendor",
"annotate_tool",
"archive_thought", "archive_thought",
"backfill_embeddings", "backfill_embeddings",
"capture_thought", "capture_thought",
"create_meal_plan", "create_meal_plan",
"create_opportunity", "create_opportunity",
"create_project", "create_project",
"delete_chat_history",
"delete_thought", "delete_thought",
"describe_tools",
"generate_shopping_list", "generate_shopping_list",
"get_active_project", "get_active_project",
"get_chat_history",
"get_contact_history", "get_contact_history",
"get_follow_ups_due", "get_follow_ups_due",
"get_household_item", "get_household_item",
@@ -61,6 +65,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"get_week_schedule", "get_week_schedule",
"link_thought_to_contact", "link_thought_to_contact",
"link_thoughts", "link_thoughts",
"list_chat_histories",
"list_family_members", "list_family_members",
"list_files", "list_files",
"list_guardrails", "list_guardrails",
@@ -81,6 +86,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
"remove_skill", "remove_skill",
"reparse_thought_metadata", "reparse_thought_metadata",
"retry_failed_metadata", "retry_failed_metadata",
"save_chat_history",
"save_file", "save_file",
"search_activities", "search_activities",
"search_contacts", "search_contacts",