MCP Prompts Server

  • prompts
{ "id": "development-workflow", "name": "Development Workflow", "description": "Standard workflow for installing dependencies, testing, documenting, and pushing changes", "content": "install dependencies, build, run, test, fix, document, commit, and push your changes. Because your environment is externally managed, we'll create and use a virtual environment:\nCreate a virtual environment in the project directory.\nUpgrade pip (optional but recommended).\nInstall the package in editable mode within the virtual environment.\nRun tests (e.g. using pytest).\nDocument any changes (the README already provides documentation).\nCommit all changes and push to your Git repository.", "isTemplate": false, "tags": [ "development", "workflow", "python" ], "createdAt": "2025-03-04T12:00:00.000Z", "updatedAt": "2025-03-04T12:00:00.000Z", "version": 1 }