site-mariage/_byan/mcp/byan-mcp-server/package.json
Corentin Joguet bff653acd6 first commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-15 10:30:37 +02:00

22 lines
497 B
JSON

{
"name": "@byan/mcp-server",
"version": "0.1.0",
"description": "BYAN MCP server exposing byan_web REST API as Claude Code tools",
"main": "server.js",
"type": "module",
"bin": {
"byan-mcp": "./server.js"
},
"scripts": {
"start": "node server.js",
"test": "node --test test/*.test.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": ["mcp", "byan", "claude-code"],
"license": "MIT"
}