@manudota/artist-mcp 2.3.1 → 2.3.2-staging.115
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/server.js +1 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -176,7 +176,7 @@ const renderChangedSections = (chosen, notebook, since) => {
|
|
|
176
176
|
* the only way OneNote allows a cell to change.
|
|
177
177
|
*/
|
|
178
178
|
const INDEX_ENTRIES = 12;
|
|
179
|
-
const serverVersion = '2.3.
|
|
179
|
+
const serverVersion = '2.3.2-staging.115'; // x-release-please-version
|
|
180
180
|
const errorResult = (err) => {
|
|
181
181
|
const message = err instanceof GraphError ? err.message : `Unexpected error: ${err}`;
|
|
182
182
|
return { content: [{ type: "text", text: message }], isError: true };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@manudota/artist-mcp",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.2-staging.115",
|
|
4
4
|
"description": "MCP server that reads your OneNote notes in Claude Desktop or Codex, with optional Gmail and Calendar as supporting evidence. Signs in on your own machine; writes are opt-in per install.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|