@atlassian/mcp-compressor 0.31.9 → 0.31.10

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.
@@ -101,6 +101,8 @@ export interface ParsedMcpServer {
101
101
  args: string[];
102
102
  env: Array<[string, string]>;
103
103
  cli_prefix: string;
104
+ headers?: Array<[string, string]>;
105
+ oauth_app_name?: string;
104
106
  }
105
107
  export declare function parseMcpConfig(configJson: string): ParsedMcpServer[];
106
108
  export declare function rememberOAuthBackend(backendUri: string, backendName: string, storeDir: string): void;
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlassian/mcp-compressor",
3
- "version": "0.31.9",
3
+ "version": "0.31.10",
4
4
  "description": "TypeScript MCP server wrapper for reducing tokens consumed by MCP tools.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/atlassian-labs/mcp-compressor",