@softeria/ms-365-mcp-server 0.107.2 → 0.108.0
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/dist/endpoints.json +2 -2
- package/package.json +1 -1
- package/src/endpoints.json +2 -2
package/dist/endpoints.json
CHANGED
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"isExcelOp": true,
|
|
621
621
|
"scopes": ["Files.ReadWrite"],
|
|
622
622
|
"skipEncoding": ["address"],
|
|
623
|
-
"llmTip": "Apply
|
|
623
|
+
"llmTip": "Apply rangeFormat properties to a specific range. Required path param 'address' (e.g. 'A1:E5' or 'Sheet1!A1:E5'). Body: { horizontalAlignment, verticalAlignment, wrapText, columnWidth, rowHeight }. Note: font, fill, and borders are sub-resources on rangeFormat — set them via /format/font, /format/fill, and /format/borders/{sideIndex} respectively, not on this endpoint."
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"pathPattern": "/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort",
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"method": "get",
|
|
705
705
|
"toolName": "get-excel-used-range",
|
|
706
706
|
"isExcelOp": true,
|
|
707
|
-
"scopes": ["Files.
|
|
707
|
+
"scopes": ["Files.ReadWrite"],
|
|
708
708
|
"llmTip": "Get the smallest range that encompasses any cells with values or formatting on the worksheet. Returns address, values, formulas, numberFormat, rowCount, columnCount. Use this to discover the populated bounds of a sheet before reading or appending — avoids guessing how far data extends. Optional $select to trim the response."
|
|
709
709
|
},
|
|
710
710
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@softeria/ms-365-mcp-server",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.108.0",
|
|
4
4
|
"description": " A Model Context Protocol (MCP) server for interacting with Microsoft 365 and Office services through the Graph API",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
package/src/endpoints.json
CHANGED
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
"isExcelOp": true,
|
|
621
621
|
"scopes": ["Files.ReadWrite"],
|
|
622
622
|
"skipEncoding": ["address"],
|
|
623
|
-
"llmTip": "Apply
|
|
623
|
+
"llmTip": "Apply rangeFormat properties to a specific range. Required path param 'address' (e.g. 'A1:E5' or 'Sheet1!A1:E5'). Body: { horizontalAlignment, verticalAlignment, wrapText, columnWidth, rowHeight }. Note: font, fill, and borders are sub-resources on rangeFormat — set them via /format/font, /format/fill, and /format/borders/{sideIndex} respectively, not on this endpoint."
|
|
624
624
|
},
|
|
625
625
|
{
|
|
626
626
|
"pathPattern": "/drives/{drive-id}/items/{driveItem-id}/workbook/worksheets/{workbookWorksheet-id}/range()/sort",
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
"method": "get",
|
|
705
705
|
"toolName": "get-excel-used-range",
|
|
706
706
|
"isExcelOp": true,
|
|
707
|
-
"scopes": ["Files.
|
|
707
|
+
"scopes": ["Files.ReadWrite"],
|
|
708
708
|
"llmTip": "Get the smallest range that encompasses any cells with values or formatting on the worksheet. Returns address, values, formulas, numberFormat, rowCount, columnCount. Use this to discover the populated bounds of a sheet before reading or appending — avoids guessing how far data extends. Optional $select to trim the response."
|
|
709
709
|
},
|
|
710
710
|
{
|