{ "name": "@swotpal/mcp-server", "version": "0.1.1", "description": "MCP Server for SWOTPal — SWOT analysis tools for AI agents (Claude, Cursor, Windsurf)", "mcpName": "io.github.aprilelevengo/swotpal-mcp-server", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "swotpal-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": ["mcp", "swot", "swot-analysis", "ai", "agent", "claude", "cursor", "windsurf", "strategy", "competitive-analysis", "tows"], "license": "MIT", "homepage": "https://swotpal.com", "repository": { "type": "git", "url": "https://github.com/aprilelevengo/swotpal-mcp-server" }, "bugs": { "url": "https://github.com/aprilelevengo/swotpal-mcp-server/issues" }, "engines": { "node": ">=20.0.0" }, "files": ["dist", "README.md", "LICENSE"], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "devDependencies": { "typescript": "^5.7.0", "@types/node": "^22.0.0" } }