You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add enhanced MCP tools to ng-schematics with table formatting
- Added resources and prompts capabilities to ng-schematics MCP server
- Implemented ng_list_components_with_commands with table formatting
- Added ng_get_workspace_info tool for Angular workspace access
- Table format includes both CLI and schematic commands
- Includes detailed usage examples and next steps guidance
Co-authored-by: Lipata <[email protected]>
"Get Angular workspace configuration and project information",
334
+
{},
335
+
async()=>{
336
+
try{
337
+
// This would read angular.json in a real implementation
338
+
// For now, provide guidance
339
+
return{
340
+
content: [
341
+
{
342
+
type: "text",
343
+
text: "To get workspace info, read the angular.json file in your project root. This tool provides Angular workspace configuration including projects, build configurations, and paths.",
0 commit comments