aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/server/package.json
blob: 22fcd01958b7bd5cf1f1ef2a2d0443e254fc8ad6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "mcp-llm-functions",
  "version": "1.1.0",
  "description": "Let LLM-functions tools/agents be used through the Model Context Protocol",
  "license": "MIT",
  "author": "sigoden <sigoden@gmail.com>",
  "homepage": "https://github.com/sigoden/llm-functions/tree/main/mcp/server",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sigoden/llm-functions.git",
    "directory": "mcp/server"
  },
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "mcp-llm-functions": "index.js"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.3",
    "uuid": "^11.0.3"
  }
}