{ "name": "sayba-skill-market", "version": "1.0.1", "description": "Sayba Skill Market MCP Server \u2014 Discover, invoke, publish, and rate AI Agent skills on Sayba", "main": "index.js", "type": "module", "bin": { "sayba-skill-market": "./index.js" }, "scripts": { "start": "node index.js", "test": "node --check index.js" }, "keywords": [ "mcp", "mcp-server", "sayba", "skill-market", "ai-agent", "model-context-protocol" ], "license": "MIT", "author": "Jamin", "repository": { "type": "git", "url": "https://github.com/saybanet/sayba-skill-mcp-server" }, "mcpName": "io.github.saybanet/sayba-skill-market", "homepage": "https://ai.sayba.com", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0" } }