apps/mcp-server/v0.0.3

trycompai/compapps/mcp-server/v0.0.3Jun 5, 2026by github-actions[bot]

AI Summary

This release adds archival functionality to the CompAI MCP server SDK, enabling users to filter and view archived policies. The update introduces an `includeArchived` parameter for listing all policies and adds `archivedAt` timestamp fields to policy responses across create, get, update, and list operations.

Key Highlights

  • Added `includeArchived` request parameter to filter archived policies in getAllPolicies
  • Added `archivedAt` field to policy list items in getAllPolicies response
  • Added `archivedAt` field to createPolicy, getPolicy, and updatePolicy responses
  • Generated using Speakeasy CLI 1.770.0

New Features

  • Policy archival filtering via `includeArchived` parameter
  • Archive timestamp tracking with `archivedAt` field in policy responses

Full Release Notes

# Generated by Speakeasy CLI
[@trycompai/mcp-server 0.0.3]()
## Mcp-typescript SDK Changes:
* `CompAi.Policies.PoliciesController_getAllPolicies_v1()`: 
  *  `request.includeArchived` **Added**
  *  `response.data[].archivedAt` **Added**
* `CompAi.Policies.PoliciesController_createPolicy_v1()`:  `response.archivedAt` **Added**
* `CompAi.Policies.PoliciesController_getPolicy_v1()`:  `response.archivedAt` **Added**
* `CompAi.Policies.PoliciesController_updatePolicy_v1()`:  `response.archivedAt` **Added**

Generated with [Speakeasy CLI 1.770.0](https://github.com/speakeasy-api/speakeasy/releases)


Publishing Completed