File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
src/universal_mcp_google_docs Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " universal-mcp-google-docs"
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88description = " A Universal MCP Application: universal_mcp_google_docs"
99readme = " README.md"
1010requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -13,3 +13,12 @@ This is automatically generated from OpenAPI schema for the GoogleDocsApp API.
1313| ` get_document ` | Retrieves the latest version of a specified document from the Google Docs API. |
1414| ` add_content ` | Adds text content at a specified position in an existing Google Document via the Google Docs API. |
1515| ` style_text ` | Simplified text styling for Google Document - handles most common cases. |
16+ | ` delete_content ` | Deletes content from a specified range in a Google Document. |
17+ | ` insert_table ` | Inserts a table at the specified location in a Google Document. |
18+ | ` create_footer ` | Creates a Footer in a Google Document. |
19+ | ` create_footnote ` | Creates a Footnote segment and inserts a new FootnoteReference at the given location. |
20+ | ` delete_footer ` | Deletes a Footer from the document. |
21+ | ` create_header ` | Creates a Header in a Google Document. |
22+ | ` delete_header ` | Deletes a Header from the document. |
23+ | ` create_paragraph_bullets ` | Creates bullets for all of the paragraphs that overlap with the given range. |
24+ | ` delete_paragraph_bullets ` | Deletes bullets from all of the paragraphs that overlap with the given range. |
You can’t perform that action at this time.
0 commit comments