shotops-mcp 0.9.2 → 0.9.4
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 +2 -2
- package/dist/local.js +9059 -2780
- package/harness-dist/assets/index-gGXe4d5n.js +1 -0
- package/harness-dist/index.html +1 -1
- package/package.json +1 -1
- package/widget-dist/bundle.js +1 -1
- package/harness-dist/assets/index-DdK1IK1N.js +0 -1
package/README.md
CHANGED
|
@@ -330,7 +330,7 @@ claude mcp add --transport http shotops http://localhost:8788/mcp \
|
|
|
330
330
|
```
|
|
331
331
|
|
|
332
332
|
Then ask the agent to, e.g., *"render these two screenshots into a 6.9″ App Store strip and
|
|
333
|
-
emit a
|
|
333
|
+
emit a screenshot bundle for com.acme.app."* Every request must carry the
|
|
334
334
|
`Authorization: Bearer shotops_…` header; a missing, unknown, or revoked token gets a `401`
|
|
335
335
|
before any tool runs.
|
|
336
336
|
|
|
@@ -585,7 +585,7 @@ it sends, the postcondition it must reach, and a redacted summary — plus a por
|
|
|
585
585
|
|
|
586
586
|
The plan hash-binds the project revision, desired bytes, normalized Fastlane inputs, Apple setup
|
|
587
587
|
identity and policy version, so later approval cannot drift onto different state. Its **approval
|
|
588
|
-
window is
|
|
588
|
+
window is one hour**; the plan itself stays readable for as long as its sealed workspace exists.
|
|
589
589
|
Concurrency is per resource rather than one hash of the whole app: an unrelated App Store edit is
|
|
590
590
|
reported without invalidating the plan, while a change to a resource the plan writes — or to the
|
|
591
591
|
app, version or App Store state it targets — blocks before any write.
|