Kobold MCP Server

{ "name": "server-koboldai", "version": "1.0.0", "description": "MCP server for KoboldAI API integration", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "prepare": "npm run build" }, "keywords": [ "mcp", "koboldai", "ai", "text-generation", "stable-diffusion" ], "author": "Phiality", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "1.0.1", "node-fetch": "^3.3.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/node": "^20.11.0", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "bin": { "server-koboldai": "dist/index.js" } }