Skip to content

Commit bfb3c1f

Browse files
authored
update MCP sample tools script annotation (#75)
1 parent 5cc6f68 commit bfb3c1f

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

MCP-Sample-Tools/src/FileCabinet/SuiteScripts/customermanagement_acp.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
2-
* customermanagement.js
2+
* customermanagement_acp.js
33
* @NApiVersion 2.1
4+
* @NScriptType CUSTOMTOOL
45
*/
56

67
define(['N/record', 'N/query', 'N/log'], function (record, query, log) {

MCP-Sample-Tools/src/FileCabinet/SuiteScripts/financial_acp.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
2-
* financialtools.js
2+
* financial_acp.js
33
* @NApiVersion 2.1
4+
* @NScriptType CUSTOMTOOL
45
*/
56

67
define(['N/query', 'N/log'], function (query, log) {

MCP-Sample-Tools/src/FileCabinet/SuiteScripts/inventory_acp.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
2-
* inventory.js
2+
* inventory_acp.js
33
* @NApiVersion 2.1
4+
* @NScriptType CUSTOMTOOL
45
*/
56
define(['N/query'], function (query) {
67
return {

MCP-Sample-Tools/src/FileCabinet/SuiteScripts/salesandorders_acp.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/*
2-
* Sales and Orders Tools
2+
* salesandorders_acp.js
33
* @NApiVersion 2.1
4+
* @NScriptType CUSTOMTOOL
45
*/
56

67
define(['N/record', 'N/query', 'N/log'], function (record, query, log) {

MCP-Sample-Tools/src/FileCabinet/SuiteScripts/suiteql_acp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* suiteql.js
2+
* suiteql_acp.js
33
* @NApiVersion 2.1
4-
* @NModuleScope Public
4+
* @NScriptType CUSTOMTOOL
55
*/
66

77
define(['N/query', 'N/log'], function (query, log) {

0 commit comments

Comments
 (0)