mcp-leftpad
Version:
An MCP server that exposes left-pad as a tool
28 lines • 552 B
JSON
{
"name": "mcp-leftpad",
"version": "1.0.0",
"description": "An MCP server that exposes left-pad as a tool",
"type": "module",
"main": "src/index.js",
"bin": {
"mcp-leftpad": "src/index.js"
},
"scripts": {
"start": "node src/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"leftpad",
"utility"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"zod": "^3.23.8"
},
"engines": {
"node": ">=18.0.0"
}
}