Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.53 KB

File metadata and controls

43 lines (24 loc) · 1.53 KB

Discord   ![Build Status](https://github.com/deco-cx/apps/workflows/ci/badge.svg?event=push&branch=main)

Deco Apps Library / MCP Servers

The Deco Framework logo: A capybara in its natural habitat

Welcome to the deco-cx/apps repository! Read more about apps in the docs.

Check and test apps in https://mcp.deco.site/.

Create a new app

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.


Pre-release channel

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:

"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/apps@<X.Y.Z-next.N>/"

deno task update filters out semver prereleases by default, so sites stay on stable unless you explicitly pin a -next.N version.

Debugging HTTP Requests

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.