jezweb-mcp-core
Version:
Jezweb Model Context Protocol (MCP) Core - A universal server for providing AI tools and resources, designed for seamless integration with various AI models and clients. Features adaptable multi-provider support, comprehensive tool and resource management
61 lines (60 loc) • 1.57 kB
JSON
{
"name": "jezweb-mcp-core",
"version": "4.0.0",
"description": "Jezweb Model Context Protocol (MCP) Core - A universal server for providing AI tools and resources, designed for seamless integration with various AI models and clients. Features adaptable multi-provider support, comprehensive tool and resource management, and a flexible architecture for extending AI capabilities.",
"main": "dist/npm-package/src/index.js",
"type": "module",
"bin": {
"jezweb-mcp-core": "./dist/npm-package/src/index.js"
},
"scripts": {
"start": "node dist/npm-package/src/index.js",
"build": "tsc",
"build:watch": "tsc --watch",
"prepublishOnly": "npm run build",
"test": "node test/test-stdio.js",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"model-context-protocol",
"jezweb",
"ai-tools",
"ai-resources",
"universal-server",
"multi-provider",
"extensible",
"typescript",
"node",
"developer-tools",
"api",
"integration",
"automation",
"workflow",
"cli",
"sdk"
],
"author": "Jezweb MCP Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jezweb/jezweb-mcp-core.git"
},
"bugs": {
"url": "https://github.com/jezweb/jezweb-mcp-core/issues"
},
"homepage": "https://github.com/jezweb/jezweb-mcp-core#readme",
"dependencies": {
"dotenv": "^16.3.1",
"typescript": "^5.9.2"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"dist/",
"../shared/",
"../definitions/",
"README.md"
]
}