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.
0.0.3
1 parent eae3876 commit a84e020Copy full SHA for a84e020
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coupler-io-mcp-server",
3
- "version": "0.0.1",
+ "version": "0.0.3",
4
"main": "index.js",
5
"license": "MIT",
6
"homepage": "https://coupler.io",
src/server/index.ts
@@ -16,7 +16,7 @@ const TOOL_MAP = {
16
17
export const server = new Server({
18
name: 'Coupler.io MCP server',
19
- version: '0.0.1',
+ version: '0.0.3',
20
}, {
21
capabilities: {
22
tools: {},
0 commit comments