Skip to main content
Glama
package.json924 B
{ "name": "@yetidevworks/shared", "version": "1.1.1", "type": "module", "license": "MIT", "description": "Shared TypeScript schemas and utilities for the YetiBrowser MCP stack", "author": "YetiDevWorks", "repository": { "type": "git", "url": "https://github.com/yetidevworks/yetibrowser-mcp.git" }, "homepage": "https://github.com/yetidevworks/yetibrowser-mcp", "bugs": { "url": "https://github.com/yetidevworks/yetibrowser-mcp/issues" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsup src/index.ts --format esm,cjs --dts", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build" }, "keywords": [ "mcp", "schema", "typescript", "yetibrowser" ], "publishConfig": { "access": "public" }, "devDependencies": { "tsup": "^8.1.0", "rimraf": "^5.0.7" } }

Latest Blog Posts

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/yetidevworks/yetibrowser-mcp'

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