chore(mcp-server): release v1.2.0

This commit is contained in:
sigoden
2025-01-04 16:51:36 +08:00
parent e8d5d53f02
commit d15853544d
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "mcp-llm-functions", "name": "mcp-llm-functions",
"version": "1.1.0", "version": "1.2.0",
"description": "Let LLM-functions tools/agents be used through the Model Context Protocol", "description": "Let LLM-functions tools/agents be used through the Model Context Protocol",
"license": "MIT", "license": "MIT",
"author": "sigoden <sigoden@gmail.com>", "author": "sigoden <sigoden@gmail.com>",
@@ -18,7 +18,7 @@
"mcp-llm-functions": "index.js" "mcp-llm-functions": "index.js"
}, },
"dependencies": { "dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3", "@modelcontextprotocol/sdk": "^1.1.0",
"uuid": "^11.0.3" "uuid": "^11.0.3"
} }
} }