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