MCP 资源
clepit MCP 服务器提供的每个资源,均由服务器自身生成。资源在同一授权下读取其对应工具会读取的内容。
资源
| 资源 | 名称 | 内容 |
|---|---|---|
| clepit://billing | Billing | The company's plan, status and renewal. |
| clepit://me | Who am I | The signed-in person, the company, and what this connection was granted. |
| clepit://members | Members | The company's members with their roles. |
| clepit://updates | Updates | Recent changes in the workspaces the agent may read. |
| clepit://workspace | Your company | The company the agent acts in. |
| clepit://workspaces | Workspaces | The workspaces the agent may read. |
模板
模板命名一类资源。填写每个 {placeholder},再用 resources/read 读取该地址。
| 模板 | 名称 | 内容 |
|---|---|---|
| clepit://workspaces/{workspace_id}/tree | Page tree | A workspace's pages as a tree. |
| clepit://pages/{page_id} | Page | A page with its content blocks. |
| clepit://pages/{page_id}/markdown | Page as Markdown | A page rendered as Markdown. |
| clepit://pages/{page_id}/comments | Comments | The comment threads on a page. |
| clepit://pages/{page_id}/revisions | Page history | A page's saved versions, newest first. |
| clepit://pages/{page_id}/revisions/{revision_id} | Version | One saved version of a page, with its content. |
| clepit://pages/{page_id}/collection | Collection | A collection page's columns and views. |