File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @paystack/mcp-server" ,
3- "version" : " 0.0.1 " ,
3+ "version" : " 0.0.2 " ,
44 "description" : " Model Context Protocol (MCP) server for Paystack API integration" ,
55 "mcpName" : " io.github.PaystackOSS/paystack" ,
66 "repository" : {
1313 "scripts" : {
1414 "build" : " tsc && cp -r src/data build/" ,
1515 "build:watch" : " tsc --watch" ,
16+ "prepack" : " npm run build" ,
1617 "dev" : " tsx src/index.ts" ,
1718 "inspect" : " set DANGEROUSLY_OMIT_AUTH=true && CLIENT_PORT=8090 SERVER_PORT=9000 npx @modelcontextprotocol/inspector npm run dev" ,
1819 "test" : " mocha"
Original file line number Diff line number Diff line change 1-
1+ #!/usr/bin/env node
22// Simple CLI argument parsing
33function parseApiKey ( ) : string | undefined {
44 const args = process . argv ;
@@ -38,7 +38,7 @@ async function main() {
3838 showHelp ( ) ;
3939 process . exit ( 0 ) ;
4040 }
41-
41+
4242 const { startServer } = await import ( "./server" ) ;
4343
4444 // Parse API key from CLI
You can’t perform that action at this time.
0 commit comments