We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815dff1 commit 7d5ebb2Copy full SHA for 7d5ebb2
src/index.ts
@@ -20,7 +20,7 @@ const server = new McpServer({
20
name: "backlog",
21
description: useFields ? `You can include only the fields you need using GraphQL-style syntax.
22
Start with the example above and customize freely.` : undefined,
23
- version: "0.0.2"
+ version: "0.1.0"
24
});
25
26
const transHelper = createTranslationHelper()
0 commit comments