UNPKG

@andrea9293/mcp-gemini-prompt-enhancer

Version:

A Model Context Protocol (MCP) server that provides a prompt optimization service for Large Language Models (LLMs) using Google Gemini, with advanced prompt engineering thanks to 22365_3_Prompt_Engineering_v7.pdf authored by Lee Boonstra

4 lines (3 loc) 105 B
// Export all services export * from './prompt-enhancer-service.js'; export * from './utils-service.js';