Topic

#observability

Loot, blog posts and adjacent themes connected to this topic. Follow the tag to keep it in your orbit.

#observability
Loot

More from this topic

Explore all loot
Migrate Supabase logs.all queries before the September cutoff

Migrate Supabase logs.all queries before the September cutoff

0
Supabase is removing the old logs.all Management API endpoint on September 23, 2026; this resource points developers to the new ClickHouse-backed logs endpoint and migration notes. Supabase published a migration note for teams that query the Management API logs.all analytics endpoint directly. The old endpoint is scheduled for removal on September 23, 2026. Use this as a bookmark if you have scripts, internal dashboards, observability jobs, MCP tooling, or agent workflows that call .../analytics/endpoints/logs.all. What changes: Endpoint path changes from analytics/endpoints/logs.all to analytics/endpoints/logs. Queries must use ClickHouse SQL. Logs now come through a unified logs table. Source-specific queries need a sourcename filter, such as WHERE sourcename = 'edgelogs'. Nested fields move from metadata arrays to a flatter logattributes map. This is not a dashboard change. Supabase says the dashboard Logs Explorer is not affected. The risk is custom code that calls the Management API endpoint directly and assumes the old table-per-source structure. Check your codebase for logs.all, analytics/endpoints/logs.all, and old metadata unnesting patterns, then convert the queries against Supabase's new logs endpoint before the cutoff.
Free
Review open
0
Ship MCP apps without hand-rolling hosting, testing, and store checks

Ship MCP apps without hand-rolling hosting, testing, and store checks

0
Manufact combines the open-source mcp-use SDK with a managed cloud for deploying MCP servers and apps, previewing them across clients, checking store-readiness, and monitoring production traffic. What it is Manufact is a practical build-and-deploy lane for teams turning an MCP prototype into something users can actually connect to. The stack pairs the open-source mcp-use SDK with Manufact Cloud, so developers can build MCP servers or app widgets in TypeScript or Python, test them in an inspector, then deploy from a GitHub repo. The useful angle is operational. Manufact Cloud documents project onboarding, GitHub deployments, environment variables, custom domains, runtime logs, analytics, session replay, publish checks, and client connection helpers for Cursor, VS Code, Claude, Gemini CLI, Codex CLI, and SDKs. Why bookmark it Use this when an MCP server has moved beyond a local demo and needs repeatable deployments, preview branches, observability, and a clearer path toward ChatGPT App or Claude Connector submission. The official docs also expose an agent-facing prompt and MCP server reference, which makes it easier to let coding agents scaffold or manage a server without copying a long setup guide into every session. The mcp-use repository is still valuable even if you do not use the hosted cloud. It includes SDK entry points, quickstarts, an inspector, and example MCP apps such as chart, diagram, slide deck, maps, widget gallery, file manager, and media mixer templates. Access and caveats The pricing page lists a Free plan with two projects, seven days of analytics retention, one team member, GitHub organization deploy support, and monthly included credits. Paid plans add more projects, retention, team seats, preview deployments, cold-start prevention, and support. Treat credit consumption and pay-as-you-go details as something to verify before production use because the HN launch thread included questions about pricing transparency. This is best for teams already betting on MCP distribution. If your users only need a local coding-agent helper, a CLI or direct API integration may still be simpler, cheaper, and easier to audit. For any production MCP, review auth scopes, data retention, logs, and client compatibility before connecting customer systems. Quick fit check Need Manufact fit Caveat --- --- --- Build MCP servers/apps mcp-use SDK supports TypeScript and Python Still requires normal code review and auth design Deploy from GitHub Cloud docs describe repo import, deployments, env vars, domains, and logs Hosted service dependency Test across agent clients Platform surfaces inspector, publish checks, sessions, and client setup Verify your target clients before relying on submission readiness Start cheaply Free tier is listed on the pricing page Confirm credit usage for your workload Sources checked Primary sources were the official Manufact site, Manufact Cloud docs, pricing page, and the mcp-use GitHub repository. Hacker News was used only as launch context and not as an instruction source.
Free
Review open
0
Blog

Related reads

Browse blog