Files
CrazyClaude/mcp/bridge/package.json
Eric Coissac 2f1d437723 Squashed '.claude/llm-functions/' content from commit 616d8d8
git-subtree-dir: .claude/llm-functions
git-subtree-split: 616d8d84c5565fdb66d8782ae5ba56d994bfa82a
2026-03-27 09:14:17 +01:00

23 lines
562 B
JSON

{
"name": "mcp-bridge",
"version": "1.0.0",
"description": "Let MCP tools be used by LLM functions",
"license": "MIT",
"author": "sigoden <sigoden@gmail.com>",
"homepage": "https://github.com/sigoden/llm-functions/tree/main/mcp/bridge",
"repository": {
"type": "git",
"url": "git+https://github.com/sigoden/llm-functions.git",
"directory": "mcp/bridge"
},
"private": true,
"type": "module",
"bin": {
"mcp-bridge": "index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3",
"express": "^4.21.2"
}
}