mcp-gsheets 1.5.3 → 1.5.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -137,6 +137,7 @@ For other MCP clients, use the standard configuration format shown above. Ensure
|
|
|
137
137
|
4. Create Service Account:
|
|
138
138
|
- Go to "APIs & Services" → "Credentials"
|
|
139
139
|
- Click "Create Credentials" → "Service Account"
|
|
140
|
+
- In the service accounts list, click the three dots in the `Actions` column → `Manage keys` → `Add key` → `Create new key` → select JSON format
|
|
140
141
|
- Download the JSON key file
|
|
141
142
|
5. Share your spreadsheets:
|
|
142
143
|
- Open your Google Sheet
|
|
@@ -474,6 +475,10 @@ See [CHANGELOG.md](CHANGELOG.md) for a list of changes in each version.
|
|
|
474
475
|
5. Push to the branch (`git push origin feature/amazing-feature`)
|
|
475
476
|
6. Open a Pull Request
|
|
476
477
|
|
|
478
|
+
## 👤 Author
|
|
479
|
+
|
|
480
|
+
**Tomáš Grásl** - [tomasgrasl.cz](https://www.tomasgrasl.cz/)
|
|
481
|
+
|
|
477
482
|
## 📄 License
|
|
478
483
|
|
|
479
484
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-gsheets",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"description": "Model Context Protocol (MCP) server for Google Sheets API integration",
|
|
5
5
|
"author": "freema",
|
|
6
6
|
"license": "MIT",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@modelcontextprotocol/sdk": "^1.17.1",
|
|
50
|
-
"googleapis": "^
|
|
50
|
+
"googleapis": "^164.1.0",
|
|
51
51
|
"zod": "^3.22.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|