MCPcopy Index your code
hub / github.com/PaystackOSS/paystack-mcp-server / startServer

Function startServer

src/server.ts:57–63  ·  view source on GitHub ↗
(cliApiKey?: string)

Source from the content-addressed store, hash-verified

55}
56
57export async function startServer(cliApiKey?: string) {
58 const server = await createServer(cliApiKey);
59 const transport = new StdioServerTransport();
60 await server.connect(transport);
61 console.error('Paystack MCP Server running on stdio...');
62 return server;
63}

Callers 1

mainFunction · 0.85

Calls 2

createServerFunction · 0.85
errorMethod · 0.80

Tested by

no test coverage detected