UNPKG
copilot-mcp-server
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
MCP server that integrates with GitHub Copilot to provide code assistance
copilot-mcp-server
/
build
/
server.d.ts
9 lines
•
262 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ServerConfig
}
from
'./types.js'
;
export
declare
class
CopilotMCPServer
{
private
server;
private
copilotClient;
constructor
(
config
:
ServerConfig
);
private
setupHandlers;
start
():
Promise
<
void
>; }
//# sourceMappingURL=server.d.ts.map