Skip to content

Commit a84e020

Browse files
committed
[CPL-19831] bump version to 0.0.3
1 parent eae3876 commit a84e020

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coupler-io-mcp-server",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"homepage": "https://coupler.io",

src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const TOOL_MAP = {
1616

1717
export const server = new Server({
1818
name: 'Coupler.io MCP server',
19-
version: '0.0.1',
19+
version: '0.0.3',
2020
}, {
2121
capabilities: {
2222
tools: {},

0 commit comments

Comments
 (0)