feat(learnings): add store and MCP tool layer
This commit is contained in:
@@ -29,6 +29,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
|
||||
|
||||
want := []string{
|
||||
"add_guardrail",
|
||||
"add_learning",
|
||||
"add_maintenance_task",
|
||||
"add_project_guardrail",
|
||||
"add_project_skill",
|
||||
@@ -43,6 +44,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
|
||||
"describe_tools",
|
||||
"get_active_project",
|
||||
"get_chat_history",
|
||||
"get_learning",
|
||||
"get_project_context",
|
||||
"get_thought",
|
||||
"get_upcoming_maintenance",
|
||||
@@ -51,6 +53,7 @@ func TestNewListsAllRegisteredTools(t *testing.T) {
|
||||
"list_chat_histories",
|
||||
"list_files",
|
||||
"list_guardrails",
|
||||
"list_learnings",
|
||||
"list_project_guardrails",
|
||||
"list_project_skills",
|
||||
"list_projects",
|
||||
|
||||
Reference in New Issue
Block a user