Skip to content

Commit f56c102

Browse files
authored
feat: add lwc and aura experts toolsets (#225)
1 parent 4b9e740 commit f56c102

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mcp-provider-api/src/enums.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ export enum Toolset {
1919
USERS = 'users',
2020
MOBILE = 'mobile',
2121
MOBILE_CORE = 'mobile-core',
22+
AURA_EXPERTS = 'aura-experts',
23+
LWC_EXPERTS = 'lwc-experts',
2224
OTHER = 'other'
2325
}
2426

0 commit comments

Comments
 (0)