@upamune/chrono-mcp
Version:
MCP server for parsing natural language dates using chrono-node
41 lines (40 loc) • 922 B
JSON
{
"name": "@upamune/chrono-mcp",
"version": "1.0.0",
"description": "MCP server for parsing natural language dates using chrono-node",
"type": "module",
"bin": {
"chrono-mcp": "./bin/chrono-mcp.js"
},
"main": "./dist/index.js",
"files": [
"dist/",
"bin/",
"README.md",
"LICENSE"
],
"scripts": {
"build": "bun build src/index.ts --outdir=dist --target=node",
"test": "bun test",
"prepublishOnly": "bun run build"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^0.5.0",
"chrono-node": "^2.7.0",
"zod": "^3.22.0"
},
"devDependencies": {
"@types/bun": "latest",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": ["mcp", "chrono", "date-parser", "natural-language"],
"author": "upamune",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/upamune/chrono-mcp.git"
}
}