@kiefstudio/ltfi-wsap-mcp
Version:
Model Context Protocol (MCP) server for LTFI-WSAP (Layered Transformer Framework Intelligence - Web System Alignment Protocol) by Kief Studio
76 lines (75 loc) • 1.85 kB
JSON
{
"name": "@kiefstudio/ltfi-wsap-mcp",
"version": "2.0.0",
"description": "Model Context Protocol (MCP) server for LTFI-WSAP (Layered Transformer Framework Intelligence - Web System Alignment Protocol) by Kief Studio",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"ltfi-wsap-mcp": "dist/index.js"
},
"files": [
"dist",
"src",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"lint:fix": "eslint src --ext .ts --fix",
"prepublishOnly": "npm run build",
"start": "node dist/index.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"ai",
"ltfi",
"wsap",
"verification",
"domain",
"integration"
],
"author": "Kief Studio <developers@kief.studio>",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "git+https://github.com/KiefStudioMA/LTFI-WSAP-MCP.git"
},
"bugs": {
"url": "https://github.com/KiefStudioMA/LTFI-WSAP-MCP/issues"
},
"homepage": "https://github.com/KiefStudioMA/LTFI-WSAP-MCP#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0"
},
"peerDependencies": {
"@kiefstudio/ltfi-wsap-sdk": "^2.0.0"
},
"peerDependenciesMeta": {
"@kiefstudio/ltfi-wsap-sdk": {
"optional": true
}
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/node": "^20.10.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.3.2"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}