@hookdeck/outpost-sdk 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.
package/README.md CHANGED
@@ -9,11 +9,6 @@ Developer-friendly & type-safe Typescript SDK specifically catered to leverage t
9
9
  </a>
10
10
  </div>
11
11
 
12
-
13
- <br /><br />
14
- > [!IMPORTANT]
15
- > This SDK is not yet ready for production use. To complete setup please follow the steps outlined in your [workspace](https://app.speakeasy.com/org/speakeasy-onboarding/onboarding). Delete this section before > publishing to a package manager.
16
-
17
12
  <!-- Start Summary [summary] -->
18
13
  ## Summary
19
14
 
package/bin/mcp-server.js CHANGED
@@ -34190,9 +34190,9 @@ var init_config = __esm(() => {
34190
34190
  SDK_METADATA = {
34191
34191
  language: "typescript",
34192
34192
  openapiDocVersion: "0.0.1",
34193
- sdkVersion: "0.1.0",
34194
- genVersion: "2.598.21",
34195
- userAgent: "speakeasy-sdk/typescript 0.1.0 2.598.21 0.0.1 @hookdeck/outpost-sdk"
34193
+ sdkVersion: "0.1.1",
34194
+ genVersion: "2.598.22",
34195
+ userAgent: "speakeasy-sdk/typescript 0.1.1 2.598.22 0.0.1 @hookdeck/outpost-sdk"
34196
34196
  };
34197
34197
  });
34198
34198
 
@@ -41731,7 +41731,7 @@ Returns a list of available event topics configured in the Outpost instance.`,
41731
41731
  function createMCPServer(deps) {
41732
41732
  const server = new McpServer({
41733
41733
  name: "Outpost",
41734
- version: "0.1.0"
41734
+ version: "0.1.1"
41735
41735
  });
41736
41736
  const client = new OutpostCore({
41737
41737
  security: deps.security,
@@ -43019,7 +43019,7 @@ var routes = an({
43019
43019
  var app = He(routes, {
43020
43020
  name: "mcp",
43021
43021
  versionInfo: {
43022
- currentVersion: "0.1.0"
43022
+ currentVersion: "0.1.1"
43023
43023
  }
43024
43024
  });
43025
43025
  zt(app, process3.argv.slice(2), buildContext(process3));
@@ -43027,5 +43027,5 @@ export {
43027
43027
  app
43028
43028
  };
43029
43029
 
43030
- //# debugId=F5F7FDE0874F9FDB64756E2164756E21
43030
+ //# debugId=DFF13AA8296A266964756E2164756E21
43031
43031
  //# sourceMappingURL=mcp-server.js.map