Skip to content

Commit d158535

Browse files
committed
chore(mcp-server): release v1.2.0
1 parent e8d5d53 commit d158535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mcp/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-llm-functions",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Let LLM-functions tools/agents be used through the Model Context Protocol",
55
"license": "MIT",
66
"author": "sigoden <[email protected]>",
@@ -18,7 +18,7 @@
1818
"mcp-llm-functions": "index.js"
1919
},
2020
"dependencies": {
21-
"@modelcontextprotocol/sdk": "^1.0.3",
21+
"@modelcontextprotocol/sdk": "^1.1.0",
2222
"uuid": "^11.0.3"
2323
}
2424
}

0 commit comments

Comments
 (0)