refactor: remove deprecated Cortex class (replaced by brain.augmentations API)

This commit is contained in:
David Snelling 2026-02-01 08:22:11 -08:00
parent 7f9d2a70a5
commit 490a14af5f
6 changed files with 68 additions and 139 deletions

View file

@ -15,7 +15,7 @@ import {
import { AugmentationType } from '../types/augmentations.js'
// Import the augmentation pipeline
import { augmentationPipeline } from '../augmentationPipeline.js'
import { augmentationPipeline } from '../pipeline.js'
export class MCPAugmentationToolset {
/**