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