Skip to content

Commit 71b8f69

Browse files
docs: explain why plugins commands are read-only
Signed-off-by: Matthew Grigsby <38010437+MatthewGrigsby@users.noreply.github.com>
1 parent bcebcb2 commit 71b8f69

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

cforge/commands/resources/plugins.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@
55
Authors: Matthew Grigsby
66
77
CLI command group: plugins
8+
9+
Note:
10+
The CLI currently exposes read-only operations (list/get/stats) for plugins.
11+
This matches the current capabilities of the gateway admin API: plugin
12+
configuration is loaded from a YAML file at gateway startup, and the gateway
13+
does not yet provide write endpoints for plugin CRUD/management. When
14+
mcp-context-forge adds server-side write operations, this CLI can be extended
15+
to support them.
816
"""
917

1018
# Standard

0 commit comments

Comments
 (0)