Skip to content

Commit

Permalink
chore(mcp-server): release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jan 4, 2025
1 parent e8d5d53 commit d158535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcp/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
"license": "MIT",
"author": "sigoden <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"mcp-llm-functions": "index.js"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.3",
"@modelcontextprotocol/sdk": "^1.1.0",
"uuid": "^11.0.3"
}
}

0 comments on commit d158535

Please sign in to comment.