Skip to content

Commit 474d220

Browse files
authored
Merge pull request #2 from Paca-AI/chore/remove-mcp-manifest
feat: update version to 0.1.1 and remove MCP configuration from plugi…
2 parents 891b723 + f8bc769 commit 474d220

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)