programinglive/dev-workflow-mcp-server
If you are the rightful owner of dev-workflow-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Development Workflow MCP Server is designed to enforce disciplined development workflows, ensuring best practices are followed throughout the coding process.
Tools
Functions exposed to the LLM to take actions
start_task
Initiates a new coding task with a clear description and type.
mark_bug_fixed
Marks a bug or feature as fixed, prompting the creation of tests.
run_tests
Records test results, ensuring all tests pass before proceeding.
create_documentation
Marks that documentation has been created or updated.
check_ready_to_commit
Checks if all workflow steps are completed before committing.
complete_task
Marks the task as complete after a successful commit and push.
get_workflow_status
Provides the current workflow status and next steps.
view_history
Displays the history of completed tasks.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client