thunderclient-mcp
Version:
Thunder Client MCP Server
39 lines • 930 B
JSON
{
"name": "thunderclient-mcp",
"version": "1.0.8",
"description": "Thunder Client MCP Server",
"main": "dist/index.js`",
"types": "dist/index.d.ts",
"type": "module",
"keywords": [
"thunderclient",
"mcp",
"thunder client mcp"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "rimraf dist && tsc",
"postinstall": "npm install -g @thunderclient/cli@latest"
},
"bin": {
"thunderclient-mcp": "dist/index.js"
},
"author": "Thunder Client Limited",
"homepage": "https://www.thunderclient.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thunderclient/thunderclient-mcp"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.16.0",
"zod": "^3.25.76",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/node": "^24.1.0",
"rimraf": "^6.0.1",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
}
}