TypeScript Prompt Development
Summary
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.
Available Actions(3)
api-architecture
Generates a comprehensive architecture plan for a TypeScript API. Parameters: projectName (string), database (string), auth (string), endpoints (string)
new-project-setup
Generates a comprehensive setup plan for a new TypeScript project. Parameters: projectName (string), projectType (string), features (string)
github-workflow
Generates a GitHub workflow plan for a TypeScript project. Parameters: projectName (string), ciFeatures (string), deployTarget (string), branchStrategy (string)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요