Skip to main content
Glama

Hugging Face Hub MCP Server

by michaelwaves
package.json951 B
{ "name": "resolve-pkg-maps", "version": "1.0.0", "description": "Resolve package.json exports & imports maps", "keywords": [ "node.js", "package.json", "exports", "imports" ], "license": "MIT", "repository": "privatenumber/resolve-pkg-maps", "funding": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1", "author": { "name": "Hiroki Osame", "email": "hiroki.osame@gmail.com" }, "type": "module", "files": [ "dist" ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "exports": { "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "imports": { "#resolve-pkg-maps": { "types": "./src/index.ts", "development": "./src/index.ts", "default": "./dist/index.mjs" } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/michaelwaves/hf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server