Skip to content

Commit 7d5ebb2

Browse files
committed
chore(release): bump MCP server version to 0.1.0
- Updated version from 0.0.2 to 0.1.0 in src/index.ts - Reflects milestone progress or minor feature updates - No functional changes in this diff
1 parent 815dff1 commit 7d5ebb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const server = new McpServer({
2020
name: "backlog",
2121
description: useFields ? `You can include only the fields you need using GraphQL-style syntax.
2222
Start with the example above and customize freely.` : undefined,
23-
version: "0.0.2"
23+
version: "0.1.0"
2424
});
2525

2626
const transHelper = createTranslationHelper()

0 commit comments

Comments
 (0)