@brainervirus/workit-mcp 1.0.0

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 ADDED
@@ -0,0 +1,18 @@
1
+ # @brainervirus/workit-mcp
2
+
3
+ [![CI](https://github.com/BrainerVirus/workit/actions/workflows/ci.yml/badge.svg)](https://github.com/BrainerVirus/workit/actions/workflows/ci.yml)
4
+ [![license: MIT](https://img.shields.io/badge/license-MIT-green.svg)](../../LICENSE)
5
+
6
+ Shared low-level MCP transport for the eight workit operation families (`workit_task`, `workit_policy`, `workit_evidence`, `workit_finding`, `workit_decision`, `workit_worker`, `workit_writer`, `workit_state`). Host wiring stays adapter-owned: Cursor and Codex register this server and keep their native surfaces.
7
+
8
+ ## Requirements
9
+
10
+ - **Node.js ≥ 24**
11
+
12
+ ## Usage
13
+
14
+ ```bash
15
+ workit-mcp # stdio MCP server: tools plus workit://context/{kind} resources
16
+ ```
17
+
18
+ Read-only contexts (`git`, `pr`, `youtrack`, `github_issue`, `gitlab_issue`, `changelog`, `release`, `affected`) are exposed as resources and need no approval or writer. Mutations are unavailable over caller-unattested MCP by design — they run through each host's attested surface.