@rohithvemulapally/mcp-server-salesforce 0.0.8 → 0.0.9

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
@@ -19,7 +19,7 @@ import { READ_APEX_TRIGGER, handleReadApexTrigger } from "./tools/readApexTrigge
19
19
  import { WRITE_APEX_TRIGGER, handleWriteApexTrigger } from "./tools/writeApexTrigger.js";
20
20
  import { EXECUTE_ANONYMOUS, handleExecuteAnonymous } from "./tools/executeAnonymous.js";
21
21
  import { MANAGE_DEBUG_LOGS, handleManageDebugLogs } from "./tools/manageDebugLogs.js";
22
- import { METADATA_QUERY, handleMetadataQuery } from "./tools/metadata";
22
+ import { METADATA_QUERY, handleMetadataQuery } from "./tools/metadata.js";
23
23
  // Load environment variables (using dotenv 16.x which has no stdout tips)
24
24
  // MCP servers require stdout to contain ONLY JSON-RPC messages
25
25
  dotenv.config();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rohithvemulapally/mcp-server-salesforce",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "A Salesforce connector MCP Server.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",