Skip to main content
Glama

Angular Bootstrap MCP Server

by palsuman
helpController.ts475 B
import { Request, Response } from "express"; class HelpController { getHelp(req: Request, res: Response) { res.json({ message: "Welcome to MCP Server! You can generate a beautiful Angular + Bootstrap web application.", usage: { endpoint: "/generate-angular-app", method: "POST", body: { appName: "your-app-name", template: "basic | beautiful" } } }); } } export default new HelpController();

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/palsuman/angular-bootstrap-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server