UNPKG

cognitive-framework-mcp-server

Version:

MCP Server for Advanced Cognitive Framework - Provides sophisticated AI reasoning capabilities through standardized protocol

67 lines (66 loc) 1.78 kB
{ "name": "cognitive-framework-mcp-server", "version": "1.0.1", "description": "MCP Server for Advanced Cognitive Framework - Provides sophisticated AI reasoning capabilities through standardized protocol", "main": "dist/index.js", "bin": { "cognitive-framework-mcp-server": "dist/index.js" }, "type": "module", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "test": "jest", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts" }, "keywords": [ "mcp", "cognitive-framework", "ai", "reasoning", "context-management", "workflow-orchestration", "meta-cognition", "bias-detection", "uncertainty-quantification" ], "author": "Advanced Cognitive Framework Team", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "zod": "^3.22.4", "xml2js": "^0.6.2", "uuid": "^9.0.1", "winston": "^3.11.0", "lodash": "^4.17.21", "node-cache": "^5.1.2" }, "devDependencies": { "@types/node": "^20.10.0", "@types/uuid": "^9.0.7", "@types/xml2js": "^0.4.14", "@types/lodash": "^4.14.202", "@types/jest": "^29.5.8", "typescript": "^5.3.2", "tsx": "^4.6.0", "jest": "^29.7.0", "ts-jest": "^29.1.1", "eslint": "^8.54.0", "@typescript-eslint/eslint-plugin": "^6.12.0", "@typescript-eslint/parser": "^6.12.0", "prettier": "^3.1.0" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/cognitive-framework/mcp-server.git" }, "bugs": { "url": "https://github.com/cognitive-framework/mcp-server/issues" }, "homepage": "https://github.com/cognitive-framework/mcp-server#readme" }