Skip to content

Commit f8bc769

Browse files
committed
feat: update version to 0.1.1 and remove MCP configuration from plugin.json
1 parent da2529b commit f8bc769

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

plugin.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"id": "com.paca.webhook",
33
"displayName": "Webhooks",
44
"description": "Sends HTTP webhooks to a URL of your choice when task activity happens in a project.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"permissions": ["db.read", "db.write", "events.subscribe"],
77
"backend": {
88
"allowedConfigKeys": ["ENCRYPTION_KEY", "PUBLIC_URL"],
@@ -125,8 +125,5 @@
125125
"order": 110
126126
}
127127
]
128-
},
129-
"mcp": {
130-
"remoteEntryUrl": "/plugins-mcp/com.paca.webhook/mcp.js"
131128
}
132129
}

0 commit comments

Comments
 (0)