We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/deleonio/public-ui-kolibri'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@public-ui/hydrate-server",
"version": "4.0.3",
"license": "EUPL-1.2",
"homepage": "https://public-ui.github.io",
"repository": {
"type": "git",
"url": "https://github.com/public-ui/kolibri"
},
"bugs": {
"url": "https://github.com/public-ui/kolibri/issues",
"email": "kolibri@itzbund.de"
},
"author": {
"name": "Informationstechnikzentrum Bund",
"email": "kolibri@itzbund.de"
},
"type": "module",
"private": false,
"description": "High-performance REST and gRPC server that hydrates individual KoliBri components using @public-ui/hydrate.",
"keywords": [
"kolibri",
"hydrate",
"design-system",
"rest",
"grpc",
"server-side-rendering",
"ssr"
],
"bin": {
"kolibri-hydrate-server": "dist/cli.mjs"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./proto/render.proto": "./dist/proto/render.proto"
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"scripts": {
"build": "unbuild",
"build:deps": "pnpm --filter @public-ui/hydrate-server^... build",
"format": "prettier --check src test",
"pretest:unit": "pnpm run build",
"pretest:update:unit": "pnpm run pretest:unit",
"test:unit": "pnpm run test:node && pnpm run test:mocha",
"test:node": "node --test \"test/node/**/*.test.mjs\"",
"test:mocha": "mocha \"test/mocha/**/*.spec.mjs\"",
"test:update:unit": "cross-env SNAPSHOT_UPDATE=1 pnpm run test:mocha"
},
"dependencies": {
"@grpc/grpc-js": "1.14.3",
"@grpc/proto-loader": "0.8.0",
"@public-ui/hydrate": "workspace:*",
"commander": "14.0.3",
"fastify": "5.7.4"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.2",
"@public-ui/components": "workspace:*",
"@typescript-eslint/eslint-plugin": "8.55.0",
"@typescript-eslint/parser": "8.55.0",
"cross-env": "10.1.0",
"eslint": "9.39.2",
"mocha": "11.7.5",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"typescript": "5.9.3",
"unbuild": "3.6.1"
}
}