package.json•781 B
{
"name": "mcp-server-mlflow",
"version": "0.0.1",
"description": "Model Context Protocol (MCP) Server for MLflow Prompt Registry",
"license": "MIT",
"author": "B-Step62",
"type": "module",
"scripts": {
"build": "tsc && shx chmod +x dist/*.js"
},
"files": [
"dist"
],
"keywords": [
"mcp",
"model-context-protocol",
"llm",
"llmops",
"mlflow",
"prompt-engineering",
"prompt-management",
"prompt-registry"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.5.0",
"@types/node": "^20",
"axios": "^1.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"shx": "^0.3.4",
"typescript": "^5.3.3"
}
}