aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/bridge/package.json
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-12-11 20:46:17 +0800
committerGitHub <noreply@github.com>2024-12-11 20:46:17 +0800
commit20d1ec47f9970caa119c3715a1c0c7a69e5aa65f (patch)
tree76b0d3585a40ce2b269fa50b54786aa865641920 /mcp/bridge/package.json
parentc58abcbaf89f27e5e3806f4309880a1eac2b7095 (diff)
downloadllm-functions-docker-20d1ec47f9970caa119c3715a1c0c7a69e5aa65f.tar.gz
feat: support MCP bridge (#140)
Diffstat (limited to 'mcp/bridge/package.json')
-rw-r--r--mcp/bridge/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/mcp/bridge/package.json b/mcp/bridge/package.json
new file mode 100644
index 0000000..0e78df9
--- /dev/null
+++ b/mcp/bridge/package.json
@@ -0,0 +1,22 @@
+{
+ "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"
+ }
+}