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.
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.