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
/
server
/
github-project-manager-sse.d.ts
6 lines
(5 loc)
•
248 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
McpServer
}
from
'@modelcontextprotocol/sdk/server/mcp.js'
;
/** * Initialize and start the MCP GitHub Project Manager server */
export
declare
function
startGitHubProjectManagerServerSSE
(
token
:
string
,
port
:
number
):
Promise
<
McpServer
>;