UNPKG

@surfai/docs-mcp

Version:

Model Context Protocol (MCP) server for Surfboard Payments documentation

38 lines 842 B
{ "name": "@surfai/docs-mcp", "version": "1.0.6", "description": "Model Context Protocol (MCP) server for Surfboard Payments documentation", "type": "module", "private": false, "main": "node.index.js", "bin": { "node-surfboard-documentation-ai": "node.index.js", "bun-surfboard-documentation-ai": "bun.index.js" }, "scripts": { "start:bun": "bun bun.index.js", "start:node": "node node.index.js" }, "files": [ "bun.index.js", "node.index.js", "README.md" ], "engines": { "node": ">=16.0.0", "bun": ">=1.0.0" }, "keywords": [ "mcp", "model-context-protocol", "surfboard", "payments", "documentation", "ai" ], "author": { "name": "Surfboard Payments", "email": "support@surfboardpayments.com", "url": "https://surfboardpayments.com" } }