Skip to main content
Glama

PrimeNG MCP Server

by hnkatze
GetThemingGuideTool.ts449 B
/** * Tool for getting PrimeNG theming guide */ import { GetGuideTool } from './GetGuideTool.js'; import { DocsScraperService } from '../services/DocsScraperService.js'; import { CacheService } from '../services/CacheService.js'; export class GetThemingGuideTool extends GetGuideTool { constructor(scraperService: DocsScraperService, cacheService: CacheService) { super('get_theming_guide', 'theming', scraperService, cacheService); } }

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/hnkatze/PrimeNG_MCP'

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