package.json•1.6 kB
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@pinkpixel/mcpollinations",
"version": "1.3.1",
"description": "Model Context Protocol (MCP) server for the Pollinations APIs with image saving functionality.",
"license": "MIT",
"type": "module",
"bin": {
"mcpollinations": "pollinations-mcp-server.js"
},
"author": "pinkpixel",
"email": "admin@pinkpixel.dev",
"contributors": [
"Jessica Doering <https://github.com/sizzlebop>"
],
"homepage": "https://www.npmjs.com/package/@pinkpixel/mcpollinations",
"repository": {
"type": "git",
"url": "https://github.com/pinkpixel-dev/mcpollinations"
},
"files": [
"src/**/*",
"pollinations-mcp-server.js",
"generate-mcp-config.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node test-mcp-client.js",
"test:image-save": "node test-image-save.js",
"test:list-tools": "node test-list-tools.js",
"start": "node pollinations-mcp-server.js",
"generate-config": "node generate-mcp-config.js"
},
"keywords": [
"ai",
"audio",
"chat",
"claude",
"image",
"generation",
"llm",
"model-context-protocol",
"mcp",
"mcpollinations",
"pollinations",
"mcp-server",
"text",
"text-to-image",
"text-to-audio",
"image-to-image",
"tools"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2",
"@pinkpixel/mcpollinations": "^1.2.1",
"node-abort-controller": "^3.1.1",
"node-fetch": "^3.3.2",
"play-sound": "^1.1.6"
},
"engines": {
"node": ">=16.0.0"
}
}