@fruition/fcp-mcp-server 1.4.0 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -1
- package/dist/index.js +1861 -157
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ MCP (Model Context Protocol) server that gives Claude Code direct access to the
|
|
|
4
4
|
|
|
5
5
|
## Features
|
|
6
6
|
|
|
7
|
-
### Tools
|
|
7
|
+
### FCP Launch Management Tools
|
|
8
8
|
|
|
9
9
|
| Tool | Description |
|
|
10
10
|
|------|-------------|
|
|
@@ -16,6 +16,19 @@ MCP (Model Context Protocol) server that gives Claude Code direct access to the
|
|
|
16
16
|
| `fcp_add_progress_note` | Add progress notes to document work done |
|
|
17
17
|
| `fcp_get_claude_md` | Generate CLAUDE.md content for a launch |
|
|
18
18
|
|
|
19
|
+
### Unroo Task Management Tools
|
|
20
|
+
|
|
21
|
+
| Tool | Description |
|
|
22
|
+
|------|-------------|
|
|
23
|
+
| `unroo_list_projects` | List all Unroo projects mapped to FCP clients |
|
|
24
|
+
| `unroo_list_tasks` | Query tasks with filters (status, project, assignee) |
|
|
25
|
+
| `unroo_create_task` | Create new tasks for discovered issues or follow-ups |
|
|
26
|
+
| `unroo_update_task` | Update task status, hours logged, priority |
|
|
27
|
+
| `unroo_get_my_tasks` | Get tasks assigned to current user |
|
|
28
|
+
| `unroo_start_session` | Start work session for time tracking |
|
|
29
|
+
| `unroo_end_session` | End work session and log time |
|
|
30
|
+
| `unroo_create_follow_up` | Create follow-up task linked to a parent |
|
|
31
|
+
|
|
19
32
|
### Resources
|
|
20
33
|
|
|
21
34
|
- `fcp://launches` - List of all launches
|