Skip to content

Commit 7ee3a5c

Browse files
Really Himclaude
andcommitted
chore: release v1.2.3
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7a69338 commit 7ee3a5c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "diy-tools-mcp",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "MCP server that allows users to dynamically add custom tools/functions at runtime",
55
"main": "dist/index.js",
66
"type": "module",

src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export class DIYToolsServer {
1818
this.server = new Server(
1919
{
2020
name: 'diy-tools-mcp',
21-
version: '1.2.1',
21+
version: '1.2.3',
2222
},
2323
{
2424
capabilities: {

0 commit comments

Comments
 (0)