loomiomcp 0.0.5 → 0.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/http.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# loomiomcp
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/loomiomcp)
|
|
4
|
+
[](https://github.com/soil-dev/loomiomcp/actions/workflows/ci.yml)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
[](https://glama.ai/mcp/servers/soil-dev/loomiomcp)
|
|
7
|
+
|
|
3
8
|
Model Context Protocol server for [Loomio](https://www.loomio.com). Lets
|
|
4
9
|
Claude (Desktop, Code, or web Projects via Custom Connector) read and
|
|
5
10
|
write Loomio discussions, polls, comments, and group memberships — and
|
package/dist/http.js
CHANGED
|
@@ -1601,7 +1601,7 @@ function createLoomioMcpServer() {
|
|
|
1601
1601
|
const server = new McpServer({
|
|
1602
1602
|
name: "loomiomcp",
|
|
1603
1603
|
// Keep in sync with package.json on each release.
|
|
1604
|
-
version: "0.0.
|
|
1604
|
+
version: "0.0.6",
|
|
1605
1605
|
description: "MCP server for Loomio (loomio.com / self-hosted). Wraps Loomio's b2 public API: read and create discussions, polls, and comments; list and manage group memberships; read per-discussion event streams; and aggregate a user's participation across groups. Read-only mode supported via LOOMIO_MCP_READONLY=1 (Cloud Run pattern). Optional b3 admin operations (deactivate / reactivate user) when LOOMIO_B3_API_KEY is set \u2014 instance operators only. Read tools annotated with readOnlyHint so MCP clients can auto-approve safe calls; destructive writes (manage_memberships with remove_absent, deactivate_user) carry destructiveHint.",
|
|
1606
1606
|
websiteUrl: "https://github.com/soil-dev/loomiomcp",
|
|
1607
1607
|
icons: ICONS
|
package/dist/index.js
CHANGED
|
@@ -1049,7 +1049,7 @@ function createLoomioMcpServer() {
|
|
|
1049
1049
|
const server2 = new McpServer({
|
|
1050
1050
|
name: "loomiomcp",
|
|
1051
1051
|
// Keep in sync with package.json on each release.
|
|
1052
|
-
version: "0.0.
|
|
1052
|
+
version: "0.0.6",
|
|
1053
1053
|
description: "MCP server for Loomio (loomio.com / self-hosted). Wraps Loomio's b2 public API: read and create discussions, polls, and comments; list and manage group memberships; read per-discussion event streams; and aggregate a user's participation across groups. Read-only mode supported via LOOMIO_MCP_READONLY=1 (Cloud Run pattern). Optional b3 admin operations (deactivate / reactivate user) when LOOMIO_B3_API_KEY is set \u2014 instance operators only. Read tools annotated with readOnlyHint so MCP clients can auto-approve safe calls; destructive writes (manage_memberships with remove_absent, deactivate_user) carry destructiveHint.",
|
|
1054
1054
|
websiteUrl: "https://github.com/soil-dev/loomiomcp",
|
|
1055
1055
|
icons: ICONS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "loomiomcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6",
|
|
4
4
|
"description": "Model Context Protocol server for Loomio. Lets Claude (Desktop, Code, or web Projects via Custom Connector) read and create Loomio discussions, polls, and comments, manage group memberships, and analyse member activity in plain English.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|