last-words-mcp
Version:
MCP Server that opens a chat window for final user input to save message credits
59 lines (58 loc) • 1.33 kB
JSON
{
"name": "last-words-mcp",
"version": "1.0.24",
"description": "MCP Server that opens a chat window for final user input to save message credits",
"main": "dist/index.js",
"type": "module",
"bin": {
"last-words-mcp": "dist/index.js"
},
"files": [
"dist/**/*",
"last-words-input.sh",
"README.md",
"USAGE.md",
"LICENSE"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('dist/index.js', '755')\"",
"start": "node dist/index.js",
"dev": "tsc && node dist/index.js",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"chat",
"user-input",
"tool",
"ai",
"assistant",
"claude",
"llm",
"credits",
"npx"
],
"author": "Last Words MCP",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/last-words-mcp.git"
},
"homepage": "https://github.com/your-username/last-words-mcp#readme",
"bugs": {
"url": "https://github.com/your-username/last-words-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.12.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}