MCP Prompt Server is a Node.js-based server that provides a collection of pre-defined YAML prompts for common software development tasks. It integrates with the Model Context Protocol SDK to expose these prompts as tools, including code review, refactoring, API documentation, test case generation, and project architecture assistance. The server is designed to be easily configurable through a JSON configuration file and can be integrated into existing development workflows, making it particularly valuable for developers looking to streamline repetitive writing and coding tasks through AI assistance.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Reload all preset prompts to update the server with any changes made in the prompt templates.
Retrieve all available prompt names that can be used by the client.
Perform a code review using the specified programming language and code snippet. Parameters: language (string), code (string).
Generate API documentation from the provided code snippet in the specified format. Parameters: language (string), code (string), format (string).