UNPKG

spartacus-mcp-server

Version:

MCP server for SAP Spartacus development tools - Generate components, services, and models following Spartacus conventions

19 lines (15 loc) 336 B
/* * SPDX-FileCopyrightText: 2025 SAP Spartacus team <spartacus-team@sap.com> * * SPDX-License-Identifier: Apache-2.0 */ import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root', }) export class CustomCartService { constructor() { // TODO: Implement service logic } // TODO: Add service methods }