Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions packages/cloud-api/mcp/info/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,16 +101,6 @@ const tools = [
description: "Create a new agent",
category: "agents",
},
{
name: "list_containers",
description: "List deployed containers",
category: "containers",
},
{
name: "get_container_health",
description: "Check container health status",
category: "containers",
},
{
name: "list_models",
description: "List available AI models",
Expand Down
38 changes: 1 addition & 37 deletions packages/cloud-api/src/_router.generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* AUTO-GENERATED by src/_generate-router.mjs - do not edit by hand.
* Re-run `bun run codegen` after adding or removing a route.ts file.
*
* 568 routes mounted, 0 skipped (still Next-shaped).
* 559 routes mounted, 0 skipped (still Next-shaped).
*/

/* eslint-disable */
Expand Down Expand Up @@ -338,15 +338,6 @@ import _route_v1_coding_containers_promotions_route from "../v1/coding-container
import _route_v1_coding_containers_p_containerId_sync_route from "../v1/coding-containers/[containerId]/sync/route";
import _route_v1_coding_containers_route from "../v1/coding-containers/route";
import _route_v1_connections_p_platform_route from "../v1/connections/[platform]/route";
import _route_v1_containers_credentials_route from "../v1/containers/credentials/route";
import _route_v1_containers_quota_route from "../v1/containers/quota/route";
import _route_v1_containers_p_id_deployments_route from "../v1/containers/[id]/deployments/route";
import _route_v1_containers_p_id_health_route from "../v1/containers/[id]/health/route";
import _route_v1_containers_p_id_logs_stream_route from "../v1/containers/[id]/logs/stream/route";
import _route_v1_containers_p_id_logs_route from "../v1/containers/[id]/logs/route";
import _route_v1_containers_p_id_metrics_route from "../v1/containers/[id]/metrics/route";
import _route_v1_containers_p_id_route from "../v1/containers/[id]/route";
import _route_v1_containers_route from "../v1/containers/route";
import _route_v1_credits_balance_route from "../v1/credits/balance/route";
import _route_v1_credits_checkout_route from "../v1/credits/checkout/route";
import _route_v1_credits_summary_route from "../v1/credits/summary/route";
Expand Down Expand Up @@ -1445,33 +1436,6 @@ export function mountRoutes(app: Hono<AppEnv>): void {
"/api/v1/connections/:platform",
_route_v1_connections_p_platform_route,
);
app.route(
"/api/v1/containers/credentials",
_route_v1_containers_credentials_route,
);
app.route("/api/v1/containers/quota", _route_v1_containers_quota_route);
app.route(
"/api/v1/containers/:id/deployments",
_route_v1_containers_p_id_deployments_route,
);
app.route(
"/api/v1/containers/:id/health",
_route_v1_containers_p_id_health_route,
);
app.route(
"/api/v1/containers/:id/logs/stream",
_route_v1_containers_p_id_logs_stream_route,
);
app.route(
"/api/v1/containers/:id/logs",
_route_v1_containers_p_id_logs_route,
);
app.route(
"/api/v1/containers/:id/metrics",
_route_v1_containers_p_id_metrics_route,
);
app.route("/api/v1/containers/:id", _route_v1_containers_p_id_route);
app.route("/api/v1/containers", _route_v1_containers_route);
app.route("/api/v1/credits/balance", _route_v1_credits_balance_route);
app.route("/api/v1/credits/checkout", _route_v1_credits_checkout_route);
app.route("/api/v1/credits/summary", _route_v1_credits_summary_route);
Expand Down
108 changes: 0 additions & 108 deletions packages/cloud-api/v1/containers/[id]/deployments/route.ts

This file was deleted.

63 changes: 0 additions & 63 deletions packages/cloud-api/v1/containers/[id]/health/route.ts

This file was deleted.

28 changes: 0 additions & 28 deletions packages/cloud-api/v1/containers/[id]/logs/route.ts

This file was deleted.

Loading
Loading