Skip to content

Commit 831dd84

Browse files
feat: implement the core api request tool functionality
1 parent c4a47ec commit 831dd84

3 files changed

Lines changed: 213 additions & 136 deletions

File tree

package-lock.json

Lines changed: 31 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"paystack": "./build/index.js"
77
},
88
"scripts": {
9-
"build": "tsc",
9+
"build": "tsc && cp -r src/data build/",
1010
"build:watch": "tsc --watch",
1111
"dev": "tsx src/index.ts",
1212
"inspect": "set DANGEROUSLY_OMIT_AUTH=true && CLIENT_PORT=8090 SERVER_PORT=9000 npx @modelcontextprotocol/inspector npm run dev",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@modelcontextprotocol/inspector": "^0.18.0",
2323
"@modelcontextprotocol/sdk": "^1.25.2",
24-
"zod": "^3.25.76"
24+
"zod": "^4.3.6"
2525
},
2626
"devDependencies": {
2727
"@apidevtools/swagger-parser": "^12.1.0",

0 commit comments

Comments
 (0)