@manudota/artist-mcp 2.3.2-staging.116 → 2.4.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/server.js +1 -1
- package/package.json +1 -1
package/dist/server.js
CHANGED
|
@@ -300,7 +300,7 @@ const renderChangedSections = (chosen, notebook, since) => {
|
|
|
300
300
|
* the only way OneNote allows a cell to change.
|
|
301
301
|
*/
|
|
302
302
|
const INDEX_ENTRIES = 12;
|
|
303
|
-
const serverVersion = '2.
|
|
303
|
+
const serverVersion = '2.4.0'; // x-release-please-version
|
|
304
304
|
const errorResult = (err) => {
|
|
305
305
|
const message = err instanceof GraphError ? err.message : `Unexpected error: ${err}`;
|
|
306
306
|
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
|
+
"version": "2.4.0",
|
|
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",
|