forked from mvanhorn/printing-press-library
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.printing-press.json
More file actions
50 lines (50 loc) · 1.9 KB
/
Copy path.printing-press.json
File metadata and controls
50 lines (50 loc) · 1.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"schema_version": 1,
"generated_at": "2026-06-02T07:36:10.4105379Z",
"printing_press_version": "4.20.1",
"api_name": "plane",
"display_name": "Plane",
"cli_name": "plane-pp-cli",
"creator": {
"handle": "sidorovanthon",
"name": "Anton Sidorov aka anticodeguy"
},
"owner": "sidorovanthon",
"printer": "sidorovanthon",
"printer_name": "Anton Sidorov aka anticodeguy",
"spec_url": "https://raw.githubusercontent.com/mvanhorn/cli-printing-press/main/catalog/specs/plane-spec.yaml",
"spec_path": "plane-spec.yaml",
"spec_format": "openapi3",
"spec_checksum": "sha256:def065498186f45ff82fd53e74479e41d86d9c7e7d4f6beb6227c09737fa7f88",
"run_id": "20260602-073610",
"catalog_entry": "plane",
"category": "project-management",
"description": "Open-source project management \u0432\u0402\u201d issues, cycles, modules, sub-issues, and workspaces. A self-hostable Jira/Linear/ClickUp alternative.",
"mcp_binary": "plane-pp-mcp",
"mcp_tool_count": 125,
"mcp_ready": "full",
"api_version": "0.0.1",
"auth_type": "api_key",
"auth_env_vars": [
"PLANE_API_KEY_AUTHENTICATION"
],
"endpoint_template_vars": [
"slug"
],
"endpoint_template_var_defaults": {
"slug": "my-workspace"
},
"auth_key_url": "https://app.plane.so/profile/api-tokens",
"novel_features": [
{
"name": "Issue Relations",
"command": "relations",
"description": "Flat list/set/unset of issue blocking, blocked_by, duplicate, relates_to and temporal links without hand-driving the relations endpoint (unset bridges Plane CE's missing DELETE via a configurable Django-shell call)."
},
{
"name": "Module Membership & Sync Enrichment",
"command": "module",
"description": "Manage an issue's module membership (of/create-issue/sync) and auto-enrich issue module_ids during sync (on by default), since Plane's issue API never returns module membership."
}
]
}