{
"name": "bharathcoorg/intermcp",
"version": "0.2.0",
"description": "Ultra-fast, safe Model Context Protocol (MCP) engine and multiplexing hub in pure Rust, built for Interlayer Blockchain and open for all",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Bharath B R",
"email": "bharathcoorg7@gmail.com"
}
],
"require": {
"php": ">=8.1"
},
"autoload": {
"psr-4": {
"InterMcp\\": "php/src/"
}
}
}