Skip to content

Commit e1dae7b

Browse files
authored
Merge pull request #12 from salfatigroup/feat/initiatives
feat: added support for linear initiatives
2 parents ec0975e + 8a43159 commit e1dae7b

7 files changed

Lines changed: 1398 additions & 13 deletions

File tree

TOOLS.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,21 @@ The following tools are currently implemented and available in the MCP Linear:
7777
| `linear_getActiveCycle` | Get the currently active cycle for a team | ✅ Implemented |
7878
| `linear_addIssueToCycle` | Add an issue to a cycle | ✅ Implemented |
7979

80+
### Initiative Management Tools
81+
82+
| Tool Name | Description | Status |
83+
| ------------------------------------ | ------------------------------------------------------------------- | -------------- |
84+
| `linear_getInitiatives` | Get a list of initiatives from Linear | ✅ Implemented |
85+
| `linear_getInitiativeById` | Get details of a specific initiative | ✅ Implemented |
86+
| `linear_createInitiative` | Create a new initiative | ✅ Implemented |
87+
| `linear_updateInitiative` | Update an existing initiative | ✅ Implemented |
88+
| `linear_archiveInitiative` | Archive an initiative | ✅ Implemented |
89+
| `linear_unarchiveInitiative` | Unarchive an initiative | ✅ Implemented |
90+
| `linear_deleteInitiative` | Delete an initiative (move to trash) | ✅ Implemented |
91+
| `linear_getInitiativeProjects` | Get all projects in an initiative | ✅ Implemented |
92+
| `linear_addProjectToInitiative` | Add a project to an initiative | ✅ Implemented |
93+
| `linear_removeProjectFromInitiative` | Remove a project from an initiative | ✅ Implemented |
94+
8095
## Recommended Future Tools
8196

8297
The following tools are recommended for future implementation to enhance the capabilities of the MCP Linear:
@@ -99,19 +114,6 @@ The following tools are recommended for future implementation to enhance the cap
99114
| `linear_addProjectMember` | Add a member to a project | Medium | 📝 Planned |
100115
| `linear_removeProjectMember` | Remove a member from a project | Medium | 📝 Planned |
101116

102-
### Initiative Management
103-
104-
| Tool Name | Description | Priority | Status |
105-
| ------------------------------------ | ------------------------------------- | -------- | ---------- |
106-
| `linear_getInitiatives` | Get a list of initiatives from Linear | High | 📝 Planned |
107-
| `linear_getInitiativeById` | Get details of a specific initiative | High | 📝 Planned |
108-
| `linear_createInitiative` | Create a new initiative | High | 📝 Planned |
109-
| `linear_updateInitiative` | Update an existing initiative | Medium | 📝 Planned |
110-
| `linear_archiveInitiative` | Archive an initiative | Medium | 📝 Planned |
111-
| `linear_addProjectToInitiative` | Add a project to an initiative | High | 📝 Planned |
112-
| `linear_removeProjectFromInitiative` | Remove a project from an initiative | Medium | 📝 Planned |
113-
| `linear_getInitiativeProjects` | Get all projects in an initiative | High | 📝 Planned |
114-
115117
### Cycle Management
116118

117119
| Tool Name | Description | Priority | Status |

0 commit comments

Comments
 (0)