@cloudburn/mcp 0.0.0 → 0.1.0

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -108,7 +108,7 @@ var toConfigOverride = (mode, selection) => {
108
108
  };
109
109
 
110
110
  // src/version.ts
111
- var SERVER_VERSION = "0.0.0";
111
+ var SERVER_VERSION = "0.1.0";
112
112
 
113
113
  // src/server.ts
114
114
  var INSTRUCTIONS = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudburn/mcp",
3
- "version": "0.0.0",
3
+ "version": "0.1.0",
4
4
  "description": "CloudBurn MCP server for AWS cost scans of IaC and live accounts",
5
5
  "homepage": "https://cloudburn.io/docs",
6
6
  "bugs": {