This commit is contained in:
2025-05-30 10:26:00 +08:00
commit 3bb8c799ee
6 changed files with 2118 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "@taoya7/swagger-mcp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\""
},
"packageManager": "pnpm@10.11.0",
"devDependencies": {
"@types/node": "^22.15.26",
"tsx": "^4.19.4",
"typescript": "^5.8.3"
},
"dependencies": {
"@scalar/openapi-parser": "^0.13.0",
"axios": "^1.9.0",
"fastmcp": "^2.1.4",
"zod": "^3.25.40"
}
}