Skip to content

Commit 6d3a3c5

Browse files
devchasjkrems
authored andcommitted
feat(@angular/cli): add ai-tutor mcp tool
1 parent 907eabd commit 6d3a3c5

File tree

4 files changed

+726
-0
lines changed

4 files changed

+726
-0
lines changed

packages/angular/cli/src/commands/mcp/mcp-server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import path from 'node:path';
1111
import type { AngularWorkspace } from '../../utilities/config';
1212
import { VERSION } from '../../utilities/version';
1313
import { registerInstructionsResource } from './resources/instructions';
14+
import { AI_TUTOR_TOOL } from './tools/ai-tutor';
1415
import { BEST_PRACTICES_TOOL } from './tools/best-practices';
1516
import { DOC_SEARCH_TOOL } from './tools/doc-search';
1617
import { FIND_EXAMPLE_TOOL } from './tools/examples';
@@ -24,6 +25,7 @@ import { AnyMcpToolDeclaration, registerTools } from './tools/tool-registry';
2425
* These tools are considered stable and suitable for general use.
2526
*/
2627
const STABLE_TOOLS = [
28+
AI_TUTOR_TOOL,
2729
BEST_PRACTICES_TOOL,
2830
DOC_SEARCH_TOOL,
2931
FIND_EXAMPLE_TOOL,

0 commit comments

Comments
 (0)