Skip to content

Commit 80adc05

Browse files
committed
bump: version 0.1.2 → 0.1.3
1 parent d8a757f commit 80adc05

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "universal-mcp-google-docs"
7-
version = "0.1.2"
7+
version = "0.1.3"
88
description = "A Universal MCP Application: universal_mcp_google_docs"
99
readme = "README.md"
1010
requires-python = ">=3.11"

src/universal_mcp_google_docs/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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. |

0 commit comments

Comments
 (0)