servers / dnjawm19-mcptest
@dnjawm19/mcptest MCP server
communityunknownnpmwrite capablehealthy
AI 기반 개발 워크플로우를 위한 프로젝트 관리 기능을 제공하는 FastMCP 서버입니다.
49/ 100
01Tools · 32
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| update_design_guide Update the Design Guide markdown. | write | true | unknown |
| list_my_task List tasks assigned to the current user or currently unassigned. | read | false | unknown |
| read_user_journey Read the User Journey document. | read | false | unknown |
| get_next_task Retrieve the next priority task ordered by importance, urgency, and creation date.
Workflow:
1. If the task is BACKLOG, move it to IN_PROGRESS via update_task_status.
2. For IN_PROGRESS tasks, finish outstanding sub-tasks and mark them DONE with update_subtask_status.
3. After meeting acceptance criteria, mark the task DONE and call get_next_task again. | write | true | unknown |
| update_ia Update the Information Architecture markdown. | write | true | unknown |
| list_projects List projects available to the current account. | read | false | unknown |
| read_task Fetch detailed information for a specific task. | read | false | unknown |
| read_code_guideline Read the Code Guideline document. | read | false | unknown |
| add_task Add a single task with an auto-generated ID.
Rules:
- Only add tasks the user explicitly requested.
- Confirm before adding proactive or debugging tasks.
- For debugging tasks, set dependencyIds to the related implementation tasks. | write | true | unknown |
| add_sub_tasks Add sub-tasks to an existing task.
Ensure the parent task exists, confirm user intent, provide clear titles and acceptance criteria, and set dependencies when needed. | write | true | unknown |
| update_task_status Update task status (BACKLOG | IN_PROGRESS | DONE | ARCHIVED).
Before setting DONE:
- Confirm acceptance criteria or ask the user for confirmation.
- Provide completionDetails markdown with a one-line summary, '## Description', and '## Modified Files' listing exactly five 'filename: note' entries.
- Supply confidenceLevel (1-10, higher = better) and confidenceDetails covering strengths, risks, scope fit, and testing. | write | true | unknown |
| update_task_completion_log Update completion details for a DONE task after additional work.
Return markdown with a combined summary, '## Description' including 'Additional work: ...', and '## Modified Files' covering every touched file.
Also provide confidenceLevel (1-10) and confidenceDetails explaining quality changes, risks, and alignment with requirements. | write | true | unknown |
| update_sub_task Update a sub-task's details, status, or dependencies. | write | true | unknown |
| sync_tasks_with_codebase Synchronize DONE tasks with the existing codebase.
Use only when the user explicitly requests it and you have confirmed the implementation.
Pass taskIds for features already completed in the repository. | unknown | unknown | unknown |
| modify_task Deprecated: use update_task instead. | unknown | unknown | unknown |
| update_trd Update the TRD markdown for the project. | write | true | unknown |
| download_all_task_files Download `.vooster/tasks/[taskId].txt` files plus `.vooster/tasks.json` for local reference. | unknown | unknown | unknown |
| update_prd Replace the PRD with new markdown provided via aiPrompt. | unknown | unknown | unknown |
| update_code_guideline Update the Code Guideline markdown for the project. | write | true | unknown |
| check_creation_progress Report missing project documents and instruct the caller to update them before retrying. | write | true | unknown |
| start_project_creation Create a vooster project and link it to the current codebase. Only call when the user explicitly says 'createProject'. | write | true | unknown |
| update_user_journey Update the User Journey markdown. | write | true | unknown |
| update_project_name Rename the project (1-100 chars). | write | true | unknown |
| list_task List project tasks. Provide offset and limit together when paginating (max 100). | read | false | unknown |
| read_trd Read the TRD for the project. | read | false | unknown |
| read_ia Read the Information Architecture document. | read | false | unknown |
| update_erd Update the ERD content (Mermaid or text). | write | true | unknown |
| read_prd Read the PRD for the project. | read | false | unknown |
| read_design_guide Read the Design Guide document. | read | false | unknown |
| add_tasks Deprecated: call add_task separately for each task. | unknown | unknown | unknown |
| update_subtask_status Update the status of a specific sub-task. | write | true | unknown |
| update_task Update optional task fields such as summary, aiPrompt, importance, urgency, or complexity.
Status and dependency changes are not handled here. | write | true | unknown |
02Install & source
npx -y @dnjawm19/mcptest
npx03Access granted
Manage tasks & tickets · write
The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.
04Trust reasoning
- 0Community serverofficial_status
- -3No clear licenselicense
- -3Exposes write toolstool_risk
- +10MCP handshake verifiedverification
- +5tools/list verifiedverification
05Provenance & freshness
sourcesnpm registry [p4]
last_checked2026-07-01 08:07Z
next_check2026-07-03 07:35Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed metadata:passed metadata:passed
index_statusindex — 6 unique facts >= 5
06Badge
Show your MCPExplorer trust badge in your README.
[](https://mcpexplorer.com/servers/dnjawm19-mcptest)
Next step
Want agents that act within guardrails? Apex is the live governed-agent product — paced, capped, and fully-logged actions with approval queues before anything runs.
Explore Apex →