UNPKG
@monsoft/mcp-github-project-manager
Version:
latest (1.8.0)
1.8.0
1.7.0
1.6.0
1.5.0
1.4.0
1.2.0
1.1.0
1.0.0
0.0.3
0.0.2
A Model Context Protocol GitHub Project Manager implementation
@monsoft/mcp-github-project-manager
/
dist
/
src
/
services
/
index.d.ts
5 lines
(4 loc)
•
185 B
TypeScript
View Raw
1
2
3
4
5
export
*
from
'./github-issue-service.js'
;
export
*
from
'./github-project-service.js'
;
export
*
from
'./github-pull-request-service.js'
;
export
*
from
'./github-milestone-service.js'
;