@contentful/mcp-server 1.7.5 → 1.7.7
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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4088,7 +4088,7 @@ var NEVER = INVALID;
|
|
|
4088
4088
|
|
|
4089
4089
|
// src/config/env.ts
|
|
4090
4090
|
import dotenv from "dotenv";
|
|
4091
|
-
dotenv.config();
|
|
4091
|
+
dotenv.config({ quiet: true });
|
|
4092
4092
|
var EnvSchema = external_exports.object({
|
|
4093
4093
|
CONTENTFUL_MANAGEMENT_ACCESS_TOKEN: external_exports.string().describe("Contentful CMA token"),
|
|
4094
4094
|
CONTENTFUL_HOST: external_exports.string().optional().default("api.contentful.com").describe("Contentful API host"),
|
|
@@ -4108,7 +4108,7 @@ init_esm_shims();
|
|
|
4108
4108
|
|
|
4109
4109
|
// src/mcpVersion.ts
|
|
4110
4110
|
init_esm_shims();
|
|
4111
|
-
var MCP_VERSION = "1.7.
|
|
4111
|
+
var MCP_VERSION = "1.7.6";
|
|
4112
4112
|
|
|
4113
4113
|
// src/getVersion.ts
|
|
4114
4114
|
var getVersion = () => {
|