Welcome to the deco-cx/apps repository! Read more about apps in the docs.
Check and test apps in https://mcp.deco.site/.
Open this repo in an AI Editor and use NewAppPrompt.md as prompt to create a new app. You can use OpenAPI, API docs or even code that explains the service you wish to expose as an app.
Stable releases ship from main (apps@X.Y.Z). Pre-releases ship from the next branch as apps@X.Y.Z-next.N and let you opt-in to in-progress changes. Pin an exact tag:
deno task update filters out semver prereleases by default, so sites stay on stable unless you explicitly pin a -next.N version.
To enable verbose HTTP request debugging logs, set the environment variable DEBUG_HTTP to true when running this repo:
DEBUG_HTTP=true deno run ...When enabled, this will print curl-like representations of all HTTP requests made by the internal HTTP client.