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

77 lines (76 loc) 2.32 kB
{ "name": "@andrea9293/mcp-gemini-prompt-enhancer", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-gemini-prompt-enhancer": "dist/index.js" }, "type": "module", "version": "1.4.0", "description": "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", "homepage": "https://github.com/andrea9293/mcp-gemini-prompt-enhancer#readme", "repository": { "type": "git", "url": "git+https://github.com/andrea9293/mcp-gemini-prompt-enhancer.git" }, "bugs": { "url": "https://github.com/andrea9293/mcp-gemini-prompt-enhancer/issues" }, "author": "Andrea Bravaccino andreabravaccino@gmail.com", "license": "MIT", "keywords": [ "mcp", "model-context-protocol", "prompt", "gemini", "llm", "optimization" ], "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "scripts": { "start": "tsx src/index.ts", "build": "tsc && shx chmod +x dist/*.js", "build:http": "tsc", "dev": "tsx watch src/index.ts", "start:http": "tsx src/server/http-server.ts", "dev:http": "tsx watch src/server/http-server.ts", "dev:build": "npm run build && node dist/index.js", "prepare": "npm run build", "test": "echo \"Warning: no test specified\" && exit 0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/commit-analyzer": "^13.0.1", "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^11.0.3", "@semantic-release/npm": "^12.0.1", "@semantic-release/release-notes-generator": "^14.0.3", "@tsconfig/node22": "^22.0.2", "@types/cors": "^2.8.17", "@types/node": "^20.11.0", "semantic-release": "^24.2.5", "shx": "^0.3.4", "ts-node-dev": "^2.0.0", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "peerDependencies": { "@valibot/to-json-schema": "^1.0.0", "effect": "^3.14.4", "typescript": "^5.8.2" }, "dependencies": { "@google/genai": "^1.11.0", "cors": "^2.8.5", "dotenv": "^16.5.0", "fastmcp": "^1.21.0", "mime": "^4.0.7", "zod": "^3.24.2" } }