@trycompai/mcp-server 0.2.6 → 0.2.7

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
@@ -30,9 +30,9 @@ Comp AI API: Compliance automation API for SOC 2, ISO 27001, HIPAA, GDPR, eviden
30
30
  <details>
31
31
  <summary>Claude Desktop</summary>
32
32
 
33
- Install the MCP server as a Desktop Extension using the pre-built [`mcp-server.mcpb`](https://github.com/trycompai/comp-v2/releases/download/v0.2.6/mcp-server.mcpb) file:
33
+ Install the MCP server as a Desktop Extension using the pre-built [`mcp-server.mcpb`](https://github.com/trycompai/comp-v2/releases/download/v0.2.7/mcp-server.mcpb) file:
34
34
 
35
- Simply drag and drop the [`mcp-server.mcpb`](https://github.com/trycompai/comp-v2/releases/download/v0.2.6/mcp-server.mcpb) file onto Claude Desktop to install the extension.
35
+ Simply drag and drop the [`mcp-server.mcpb`](https://github.com/trycompai/comp-v2/releases/download/v0.2.7/mcp-server.mcpb) file onto Claude Desktop to install the extension.
36
36
 
37
37
  The MCP bundle package includes the MCP server and all necessary configuration. Once installed, the server will be available without additional setup.
38
38
 
@@ -59,6 +59,8 @@ Or manually:
59
59
  "args": [
60
60
  "@trycompai/mcp-server",
61
61
  "start",
62
+ "--mode",
63
+ "dynamic",
62
64
  "--apikey",
63
65
  ""
64
66
  ]
@@ -100,6 +102,8 @@ Refer to [Official Windsurf documentation](https://docs.windsurf.com/windsurf/ca
100
102
  "args": [
101
103
  "@trycompai/mcp-server",
102
104
  "start",
105
+ "--mode",
106
+ "dynamic",
103
107
  "--apikey",
104
108
  ""
105
109
  ]
@@ -125,6 +129,8 @@ Refer to [Official VS Code documentation](https://code.visualstudio.com/api/exte
125
129
  "args": [
126
130
  "@trycompai/mcp-server",
127
131
  "start",
132
+ "--mode",
133
+ "dynamic",
128
134
  "--apikey",
129
135
  ""
130
136
  ]
@@ -194,6 +200,8 @@ To use this local version with Cursor, Claude or other MCP Clients, you'll need
194
200
  "args": [
195
201
  "./bin/mcp-server.js",
196
202
  "start",
203
+ "--mode",
204
+ "dynamic",
197
205
  "--apikey",
198
206
  ""
199
207
  ]
package/bin/mcp-server.js CHANGED
@@ -51258,9 +51258,9 @@ var init_config = __esm(() => {
51258
51258
  SDK_METADATA = {
51259
51259
  language: "typescript",
51260
51260
  openapiDocVersion: "1.0",
51261
- sdkVersion: "0.2.6",
51261
+ sdkVersion: "0.2.7",
51262
51262
  genVersion: "2.924.0",
51263
- userAgent: "speakeasy-sdk/mcp-typescript 0.2.6 2.924.0 1.0 @trycompai/mcp-server"
51263
+ userAgent: "speakeasy-sdk/mcp-typescript 0.2.7 2.924.0 1.0 @trycompai/mcp-server"
51264
51264
  };
51265
51265
  });
51266
51266
 
@@ -67235,7 +67235,8 @@ var EnsureIsmsSetupDto$zodSchema;
67235
67235
  var init_ensureismssetupdto = __esm(() => {
67236
67236
  init_zod();
67237
67237
  EnsureIsmsSetupDto$zodSchema = object({
67238
- frameworkId: string2().describe("ID of the framework to scope the ISMS setup to")
67238
+ frameworkId: string2().describe("ID of the framework to scope the ISMS setup to"),
67239
+ includeTodos: boolean2().optional().describe("Include per-document to-do counts and attention signals (todoCount, untouched, needsAttention) for the documents overview.")
67239
67240
  });
67240
67241
  });
67241
67242
 
@@ -100914,7 +100915,7 @@ Update vendor ownership, risk attributes, review metadata, and third-party compl
100914
100915
  function createMCPServer(deps) {
100915
100916
  const server = new McpServer({
100916
100917
  name: "CompAi",
100917
- version: "0.2.6"
100918
+ version: "0.2.7"
100918
100919
  });
100919
100920
  const getClient = deps.getSDK || (() => new CompAiCore({
100920
100921
  security: deps.security,
@@ -104893,7 +104894,7 @@ http_headers = { "apikey" = "YOUR_APIKEY" }`;
104893
104894
  <h1>Instructions</h1>
104894
104895
  <p>One-click installation for Claude Desktop users</p>
104895
104896
  <div class="instruction-item">
104896
- <a href="https://github.com/trycompai/comp-v2/releases/download/v0.2.6/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
104897
+ <a href="https://github.com/trycompai/comp-v2/releases/download/v0.2.7/mcp-server.mcpb" download="mcp-server.mcpb" class="action-button header-action" style="display: inline-flex; margin-bottom: 16px;">
104897
104898
  \uD83D\uDCE5 Download MCP Bundle
104898
104899
  </a>
104899
104900
  </div>
@@ -107518,7 +107519,7 @@ var routes = buildRouteMap({
107518
107519
  var app = buildApplication(routes, {
107519
107520
  name: "mcp",
107520
107521
  versionInfo: {
107521
- currentVersion: "0.2.6"
107522
+ currentVersion: "0.2.7"
107522
107523
  }
107523
107524
  });
107524
107525
  run(app, process4.argv.slice(2), buildContext(process4));
@@ -107526,5 +107527,5 @@ export {
107526
107527
  app
107527
107528
  };
107528
107529
 
107529
- //# debugId=0DF740CEF001433F64756E2164756E21
107530
+ //# debugId=EE2AC69DF763569F64756E2164756E21
107530
107531
  //# sourceMappingURL=mcp-server.js.map