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