@tarasov46/1c-accounting-mcp
Version:
1C Enterprise Accounting MCP server with tools for financial analysis and reporting
33 lines • 818 B
JSON
{
"name": "@tarasov46/1c-accounting-mcp",
"version": "1.0.4",
"description": "1C Enterprise Accounting MCP server with tools for financial analysis and reporting",
"main": "bin/index.js",
"bin": {
"1c-accounting-mcp": "./bin/index.js"
},
"scripts": {
"start": "node bin/index.js",
"dev": "python src/server.py",
"test": "python src/server.py"
},
"keywords": ["1c", "accounting", "mcp", "enterprise", "бухгалтерия"],
"author": "tarasov46",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tarasov46/1c-accounting-mcp.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"bin/",
"src/",
"requirements.txt",
"README.md"
]
}