UNPKG

prompt-format-mcp

Version:

Simple prompt optimization MCP server with SiliconFlow API integration

57 lines 1.5 kB
{ "name": "prompt-format-mcp", "version": "1.1.1", "description": "Simple prompt optimization MCP server with SiliconFlow API integration", "type": "module", "main": "dist/index.js", "bin": { "prompt-format-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx --watch src/index.ts", "test": "echo 'Testing MCP server...' && echo '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\",\"params\":{}}' | node dist/index.js | grep -q 'optimize-prompt' && echo 'Tests passed!'", "prepack": "npm run build && npm run test", "prepublishOnly": "npm run prepack" }, "keywords": [ "mcp", "prompt", "optimization", "ai", "siliconflow", "model-context-protocol", "prompt-engineering", "ai-tools", "development-tools" ], "author": "upjiang <j530274949@qq.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.6.7", "dotenv": "^16.4.1", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.16", "tsx": "^4.19.3", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/upjiang/prompt-format-mcp.git" }, "bugs": { "url": "https://github.com/upjiang/prompt-format-mcp/issues" }, "homepage": "https://github.com/upjiang/prompt-format-mcp#readme" }