UNPKG

@monsoft/mcp-github-project-manager

Version:

A Model Context Protocol GitHub Project Manager implementation

6 lines (5 loc) 248 B
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>;