mcp-sprint-work-logs
Version:
MCP server for analyzing Jira sprint issues with worklog interpretation errors and Story Points achievement rate and worlogs manipulation
32 lines (31 loc) • 633 B
JSON
{
"name": "mcp-sprint-work-logs",
"version": "1.0.6",
"description": "MCP server for analyzing Jira sprint issues with worklog interpretation errors and Story Points achievement rate and worlogs manipulation",
"main": "bin/cli.js",
"bin": {
"mcp-sprint-work-logs": "./bin/cli.js"
},
"scripts": {
"start": "node bin/cli.js"
},
"keywords": [
"mcp",
"jira",
"sprint",
"worklog",
"story-points",
"analysis"
],
"author": "jaehyung1.lee",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"files": [
"bin/",
"src/",
"requirements.txt",
"README.md"
]
}