corsair 0.1.110 → 0.1.111

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 CHANGED
@@ -12,12 +12,19 @@ Integrations make products capable. Integrations are also frustrating to write.
12
12
 
13
13
  Install Corsair:
14
14
  ```bash
15
- npm install corsair @corsair-dev/mcp
15
+ npm install corsair @corsair-dev/mcp @corsair-dev/slack @corsair-dev/github @corsair-dev/gmail @corsair-dev/linear @corsair-dev/googlecalendar
16
16
  ```
17
17
 
18
18
  Declare your integrations in a file you can track and commit to git:
19
19
  ```typescript
20
20
  // corsair.ts
21
+ import { createCorsair } from 'corsair';
22
+ import { slack } from '@corsair-dev/slack';
23
+ import { github } from '@corsair-dev/github';
24
+ import { gmail } from '@corsair-dev/gmail';
25
+ import { linear } from '@corsair-dev/linear';
26
+ import { googlecalendar } from '@corsair-dev/googlecalendar';
27
+
21
28
  export const corsair = createCorsair({
22
29
  plugins: [slack(), github(), gmail(), linear(), googlecalendar()],
23
30
  });
@@ -25,6 +32,8 @@ export const corsair = createCorsair({
25
32
 
26
33
  Connect it to your agent and start prompting:
27
34
  ```typescript
35
+ import { runStdioMcpServer } from '@corsair-dev/mcp';
36
+
28
37
  const corsairMcpServer = runStdioMcpServer({ corsair })
29
38
 
30
39
  query({
@@ -1,4 +1,4 @@
1
- import { B as BrowserDeliveryPayload } from './index-BfatdOwQ.js';
1
+ import { B as BrowserDeliveryPayload } from './index-y3QBilws.js';
2
2
 
3
3
  /**
4
4
  * Browser (client) delivery — hub redirects the user's browser to the app with `?d=<token>`.