package.json•648 B
{
"name": "@u301/mcp",
"description": "MCP server for interacting with U301 URL Shortener",
"version": "1.0.3",
"main": "build/index.js",
"license": "MIT",
"access": "public",
"scripts": {
"typecheck": "tsc --noEmit",
"build": "tsc && chmod 755 build/index.js"
},
"files": [
"build"
],
"bin": {
"u301-mcp": "./build/index.js"
},
"type": "module",
"keywords": [],
"author": "shiny",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.11.4",
"zod": "^3.24.4"
},
"devDependencies": {
"@types/node": "^22.15.18",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=22.0.0"
}
}