mcp-sisga-server
Version:
Servidor MCP para integración con el sistema SISGA - gestión académica y calificaciones
57 lines (56 loc) • 1.37 kB
JSON
{
"name": "mcp-sisga-server",
"version": "1.0.12",
"description": "Servidor MCP para integración con el sistema SISGA - gestión académica y calificaciones",
"type": "module",
"main": "dist/main.js",
"bin": {
"mcp-sisga-server": "./dist/main.js"
},
"scripts": {
"build": "tsc",
"start": "npx -y tsx server/main.ts",
"dev": "tsx main.ts",
"install-server": "node install.js",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"sisga",
"education",
"grades",
"academic",
"colombia",
"school-management"
],
"author": "Marvin Cadavid",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tu-usuario/SISGA_AI.git"
},
"bugs": {
"url": "https://github.com/tu-usuario/SISGA_AI/issues"
},
"homepage": "https://github.com/tu-usuario/SISGA_AI#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.63"
},
"devDependencies": {
"@types/node": "^24.0.1",
"tsx": "^4.20.2",
"typescript": "^5.8.3"
},
"files": [
"dist/",
"README.md",
"mcp-config.json",
"claude-config-example.json"
]
}