inecta-food-knowledge-mcp
Version:
MCP server for INECTA Food Knowledge Base - semantic search and dependency analysis for Business Central AL code and documentation
56 lines (55 loc) • 1.34 kB
JSON
{
"name": "inecta-food-knowledge-mcp",
"version": "0.4.10",
"description": "MCP server for INECTA Food Knowledge Base - semantic search and dependency analysis for Business Central AL code and documentation",
"main": "dist/index.js",
"type": "module",
"bin": {
"inecta-knowledge-mcp": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"dev": "tsc --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude",
"knowledge-base",
"semantic-search",
"business-central",
"al-language",
"dynamics-365",
"vector-database",
"documentation"
],
"author": "INECTA",
"homepage": "https://github.com/iNECTA/inecta_food_knowledge_base#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/iNECTA/inecta_food_knowledge_base.git",
"directory": "mcp-knowledge"
},
"bugs": {
"url": "https://github.com/iNECTA/inecta_food_knowledge_base/issues"
},
"license": "UNLICENSED",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"dotenv": "^16.4.5"
},
"devDependencies": {
"@types/node": "^22.10.1",
"typescript": "^5.7.2"
}
}