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