@alfe.ai/microsoft-mcp 0.1.10 → 0.1.11

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.d.cts CHANGED
@@ -786,6 +786,7 @@ declare class ChatApi extends ApiBase {
786
786
  attachments: {
787
787
  id: string;
788
788
  uploadUrl: string;
789
+ uploadHeaders: Record<string, string>;
789
790
  downloadUrl: string;
790
791
  s3Key: string;
791
792
  expiresAt: string;
package/dist/server.d.ts CHANGED
@@ -786,6 +786,7 @@ declare class ChatApi extends ApiBase {
786
786
  attachments: {
787
787
  id: string;
788
788
  uploadUrl: string;
789
+ uploadHeaders: Record<string, string>;
789
790
  downloadUrl: string;
790
791
  s3Key: string;
791
792
  expiresAt: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfe.ai/microsoft-mcp",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Microsoft 365 MCP server — multi-account Microsoft Graph access using Alfe OAuth credentials with server-mediated token refresh",
5
5
  "type": "module",
6
6
  "main": "./dist/server.js",
@@ -22,7 +22,7 @@
22
22
  "@modelcontextprotocol/sdk": "^1.29.0",
23
23
  "zod": "^4.0.5",
24
24
  "@alfe.ai/config": "0.4.1",
25
- "@alfe.ai/agent-api-client": "0.16.1"
25
+ "@alfe.ai/agent-api-client": "0.17.0"
26
26
  },
27
27
  "license": "UNLICENSED",
28
28
  "homepage": "https://alfe.ai",