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",
"version": "4.0.4-rc.0",
"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"
},
"description": "Hydrate function for KoliBri - The accessible HTML-Standard.",
"keywords": [
"accessibility",
"accessible",
"bitv",
"framework",
"library",
"designsystem",
"design",
"system",
"web components",
"webcomponents",
"aria",
"wai",
"axe",
"custom elements",
"styleguide",
"style",
"guide",
"ui",
"html",
"css",
"web",
"a11y",
"w3c",
"webstandard",
"wcag",
"hydrate"
],
"scripts": {
"build": "rimraf dist/package.json",
"build:deps": "pnpm --filter @public-ui/hydrate... build",
"format": "prettier --check '**/*.{js,json,md}'",
"pretest:unit": "pnpm run build",
"pretest:update:unit": "pnpm run pretest:unit",
"test": "pnpm run test:unit",
"test:unit": "cross-env NODE_ENV=test mocha",
"test:update:unit": "cross-env CI= NODE_ENV=test UPDATE=1 mocha"
},
"devDependencies": {
"@public-ui/components": "workspace:*",
"chai": "6.2.2",
"cross-env": "10.1.0",
"mocha": "11.7.5",
"mocha-snapshots": "4.2.0",
"prettier": "3.8.1",
"prettier-plugin-organize-imports": "4.3.0",
"rimraf": "6.1.3"
},
"sideEffects": false,
"type": "commonjs",
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js"
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
]
}