UNPKG

@rhofkens/mcp-quotes-server

Version:

A Model Context Protocol (MCP) server that provides quotes based on user requests

4 lines (3 loc) 212 B
import { PromptTemplateContent } from "../types/resource-types.js"; export declare const PROMPT_TEMPLATE_CONTENT: PromptTemplateContent; export declare function getPromptTemplateContent(): PromptTemplateContent;