@linkyourskill/mcp-client 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +11 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -110,6 +110,17 @@ npm run typecheck
110
110
  End-to-end coverage against a live stack lives in the root Playwright suite
111
111
  (`tests/e2e/sdk-client.spec.ts`).
112
112
 
113
+ ## Releasing
114
+
115
+ Publishing is automated. Create a GitHub Release tagged `sdk-v<version>` and CI
116
+ (`.github/workflows/publish-sdk.yml`) builds, tests, and publishes that version to
117
+ npm via Trusted Publishing (OIDC) with provenance — no token needed, no local
118
+ `npm version` bump required:
119
+
120
+ ```bash
121
+ gh release create sdk-v0.1.1 --title "mcp-client 0.1.1" --generate-notes
122
+ ```
123
+
113
124
  ## License
114
125
 
115
126
  UNLICENSED — © LinkYourSkill. Internal/partner use per agreement.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linkyourskill/mcp-client",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Official TypeScript/Node.js SDK for the LinkYourSkill agent API — search Skillanbieter, prepare orders, and track status from AI agents.",
5
5
  "keywords": [
6
6
  "linkyourskill",