refactor: restructure repo layout

This commit is contained in:
2026-03-27 10:24:55 +01:00
parent 1a6d5a7dda
commit 648fef9929
95 changed files with 33 additions and 44 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "mcp-llm-functions",
"version": "1.2.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.1.0",
"uuid": "^11.0.3"
}
}