@co-native-ab/graphdo-ts 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -45375,7 +45375,7 @@ function registerStatusTool(server, config2) {
45375
45375
  }
45376
45376
 
45377
45377
  // src/index.ts
45378
- var VERSION = "0.0.0";
45378
+ var VERSION = "0.1.1";
45379
45379
  var CLIENT_ID2 = "b073490b-a1a2-4bb8-9d83-00bb5c15fcfd";
45380
45380
  var SCOPES = [
45381
45381
  "Mail.Send",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@co-native-ab/graphdo-ts",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server providing AI agents with scoped access to Microsoft Graph",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",