cloudeide 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/dist/cli.mjs +2 -2
- package/package.json +2 -1
package/dist/cli.mjs
CHANGED
|
@@ -15003,7 +15003,7 @@ var init_server3 = __esm({
|
|
|
15003
15003
|
init_errors();
|
|
15004
15004
|
init_collect();
|
|
15005
15005
|
MCP_SERVER_NAME = "cloudeide";
|
|
15006
|
-
MCP_SERVER_VERSION = "0.1.
|
|
15006
|
+
MCP_SERVER_VERSION = "0.1.1";
|
|
15007
15007
|
projectProperty = {
|
|
15008
15008
|
type: "string",
|
|
15009
15009
|
description: "Which project, by id or slug. Omit it when the account has one project \u2014 the server picks it. Call list_projects first if you are not sure."
|
|
@@ -16873,7 +16873,7 @@ function throwUnknown(reference) {
|
|
|
16873
16873
|
}
|
|
16874
16874
|
|
|
16875
16875
|
// src/cli.ts
|
|
16876
|
-
var VERSION = "0.1.
|
|
16876
|
+
var VERSION = "0.1.1";
|
|
16877
16877
|
var ROUTES = {
|
|
16878
16878
|
login: {
|
|
16879
16879
|
command: login,
|
package/package.json
CHANGED