@locusai/sdk 0.26.2 → 0.26.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -145,6 +145,8 @@ locus create my-package
145
145
  | [`@locusai/locus-telegram`](../telegram) | Telegram adapter — reference implementation |
146
146
  | [`@locusai/locus-cron`](../cron) | Cron scheduler package |
147
147
  | [`@locusai/locus-linear`](../linear) | Linear integration package |
148
+ | [`@locusai/locus-jira`](../jira) | Jira integration package |
149
+ | [`@locusai/locus-mcp`](../mcp) | MCP server management |
148
150
 
149
151
  ## License
150
152
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/sdk",
3
- "version": "0.26.2",
3
+ "version": "0.26.4",
4
4
  "description": "SDK for building Locus-compatible community packages",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",