@dasaying/feishu-doc-mcp 1.1.0 → 1.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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6312,7 +6312,7 @@ var FeishuService = class {
|
|
|
6312
6312
|
this.storage = storage;
|
|
6313
6313
|
}
|
|
6314
6314
|
/** createContext method 创建请求上下文. */
|
|
6315
|
-
createContext(operation, tenantId = "
|
|
6315
|
+
createContext(operation, tenantId = "feishu_service") {
|
|
6316
6316
|
const context = requestContextService.createRequestContext({
|
|
6317
6317
|
operation,
|
|
6318
6318
|
tenantId
|