MCP Prompt LocalDev provides a development environment for creating and testing custom prompts using the Model Context Protocol. Built by gpaul, it offers a TypeScript-based framework with three pre-configured prompt templates for API architecture planning, GitHub workflow setup, and new project initialization. The implementation includes robust development tooling with ESLint, Prettier, Jest for testing, and Husky for pre-commit hooks that ensure code quality. This server is particularly valuable for developers who want to create, test, and refine structured prompts locally before deploying them in production environments.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Generates a comprehensive architecture plan for a TypeScript API. Parameters: projectName (string), database (string), auth (string), endpoints (string)
Generates a comprehensive setup plan for a new TypeScript project. Parameters: projectName (string), projectType (string), features (string)
Generates a GitHub workflow plan for a TypeScript project. Parameters: projectName (string), ciFeatures (string), deployTarget (string), branchStrategy (string)