We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jmandel/health-record-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@jmandel/a2a-bun-express-server",
"version": "0.1.1",
"description": "Library for building A2A Agent Servers on Bun with Express (runs TS directly)",
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
".": {
"types": "./src/index.ts",
"import": "./src/index.ts"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"a2a",
"agent",
"interoperability",
"bun",
"express"
],
"author": "Your Name",
"license": "ISC",
"peerDependencies": {
"express": "^4.17.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^14.0.0",
"@types/express": "^4.17.21",
"@types/sinonjs__fake-timers": "^8.1.5",
"bun-types": "latest",
"express": "^4.18.2",
"typescript": "^5.0.0"
},
"files": [
"src"
],
"dependencies": {
"async-mutex": "^0.5.0",
"cors": "^2.8.5",
"pino": "^9.6.0"
}
}