deco-site-loaders

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

MCP Gateway

MCP App marketplace that powers http://deco.chat/

App implementations are at https://github.com/deco-cx/apps

Running

deno task start

How to add a new app

WIP: This should be way easier.

  1. Create a new app on deco-cx/apps
  2. Release and bump version
  3. On this repo, update deno.json apps version.
  4. Create a new file on the apps/ folder. Follow examples.

End