cleanup
This commit is contained in:
63
README.md
63
README.md
@@ -1105,69 +1105,6 @@ Saved files expire after 1 hour and are cleaned up automatically.
|
||||
|
||||
---
|
||||
|
||||
### 🔄 Tool Consolidation & Migration
|
||||
|
||||
**Tool Count Reduction**: This release consolidates 139 tools down to 111 tools (20% reduction) by combining CRUD operations into action-based `manage_*` tools.
|
||||
|
||||
<details>
|
||||
<summary><b>Migration Mapping</b> <sub><sup>← Old tool → New tool mapping</sup></sub></summary>
|
||||
|
||||
| Old Tool | New Tool | Action Parameter |
|
||||
|----------|----------|------------------|
|
||||
| `create_event` | `manage_event` | `action="create"` |
|
||||
| `modify_event` | `manage_event` | `action="update"` |
|
||||
| `delete_event` | `manage_event` | `action="delete"` |
|
||||
| `share_drive_file` | `manage_drive_access` | `action="grant"` |
|
||||
| `batch_share_drive_file` | `manage_drive_access` | `action="grant_batch"` |
|
||||
| `update_drive_permission` | `manage_drive_access` | `action="update"` |
|
||||
| `remove_drive_permission` | `manage_drive_access` | `action="revoke"` |
|
||||
| `transfer_drive_ownership` | `manage_drive_access` | `action="transfer_owner"` |
|
||||
| `create_gmail_filter` | `manage_gmail_filter` | `action="create"` |
|
||||
| `delete_gmail_filter` | `manage_gmail_filter` | `action="delete"` |
|
||||
| `create_task` | `manage_task` | `action="create"` |
|
||||
| `update_task` | `manage_task` | `action="update"` |
|
||||
| `delete_task` | `manage_task` | `action="delete"` |
|
||||
| `move_task` | `manage_task` | `action="move"` |
|
||||
| `create_task_list` | `manage_task_list` | `action="create"` |
|
||||
| `update_task_list` | `manage_task_list` | `action="update"` |
|
||||
| `delete_task_list` | `manage_task_list` | `action="delete"` |
|
||||
| `clear_completed_tasks` | `manage_task_list` | `action="clear_completed"` |
|
||||
| `create_contact` | `manage_contact` | `action="create"` |
|
||||
| `update_contact` | `manage_contact` | `action="update"` |
|
||||
| `delete_contact` | `manage_contact` | `action="delete"` |
|
||||
| `batch_create_contacts` | `manage_contacts_batch` | `action="create"` |
|
||||
| `batch_update_contacts` | `manage_contacts_batch` | `action="update"` |
|
||||
| `batch_delete_contacts` | `manage_contacts_batch` | `action="delete"` |
|
||||
| `create_contact_group` | `manage_contact_group` | `action="create"` |
|
||||
| `update_contact_group` | `manage_contact_group` | `action="update"` |
|
||||
| `delete_contact_group` | `manage_contact_group` | `action="delete"` |
|
||||
| `modify_contact_group_members` | `manage_contact_group` | `action="modify_members"` |
|
||||
| `create_deployment` | `manage_deployment` | `action="create"` |
|
||||
| `update_deployment` | `manage_deployment` | `action="update"` |
|
||||
| `delete_deployment` | `manage_deployment` | `action="delete"` |
|
||||
| `add_conditional_formatting` | `manage_conditional_formatting` | `action="add"` |
|
||||
| `update_conditional_formatting` | `manage_conditional_formatting` | `action="update"` |
|
||||
| `delete_conditional_formatting` | `manage_conditional_formatting` | `action="delete"` |
|
||||
| `read_document_comments` | `list_document_comments` | N/A (renamed) |
|
||||
| `create_document_comment` | `manage_document_comment` | `action="create"` |
|
||||
| `reply_to_document_comment` | `manage_document_comment` | `action="reply"` |
|
||||
| `resolve_document_comment` | `manage_document_comment` | `action="resolve"` |
|
||||
| `read_spreadsheet_comments` | `list_spreadsheet_comments` | N/A (renamed) |
|
||||
| `create_spreadsheet_comment` | `manage_spreadsheet_comment` | `action="create"` |
|
||||
| `reply_to_spreadsheet_comment` | `manage_spreadsheet_comment` | `action="reply"` |
|
||||
| `resolve_spreadsheet_comment` | `manage_spreadsheet_comment` | `action="resolve"` |
|
||||
| `read_presentation_comments` | `list_presentation_comments` | N/A (renamed) |
|
||||
| `create_presentation_comment` | `manage_presentation_comment` | `action="create"` |
|
||||
| `reply_to_presentation_comment` | `manage_presentation_comment` | `action="reply"` |
|
||||
| `resolve_presentation_comment` | `manage_presentation_comment` | `action="resolve"` |
|
||||
| `search_custom_siterestrict` | `search_custom` | Use `sites` parameter |
|
||||
|
||||
**Breaking Change**: Legacy tools have been removed. Use the new consolidated tools with appropriate action parameters.
|
||||
|
||||
</details>
|
||||
|
||||
---
|
||||
|
||||
### Connect to Claude Desktop
|
||||
|
||||
The server supports two transport modes:
|
||||
|
||||
Reference in New Issue
Block a user