From ca3fc3f8a0e29ddc5d11aea512f35117dd58138c Mon Sep 17 00:00:00 2001 From: "iTunes.com" Date: Mon, 16 Jun 2025 13:47:30 +0900 Subject: [PATCH 1/3] Create iTunes.com --- Creat iTunes.com | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Creat iTunes.com diff --git a/Creat iTunes.com b/Creat iTunes.com new file mode 100644 index 0000000..39bbd26 --- /dev/null +++ b/Creat iTunes.com @@ -0,0 +1,4 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": {} +} From 03d55d57fed03dca114838778ab50e0c7f4691e9 Mon Sep 17 00:00:00 2001 From: "iTunes.com" Date: Mon, 16 Jun 2025 17:56:43 +0900 Subject: [PATCH 2/3] MCP Server --- .vscode/launch.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..f6a9aa0 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,31 @@ +{ + // IntelliSense を使用して利用可能な属性を学べます。 + // 既存の属性の説明をホバーして表示します。 + // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "cobol", + "request": "launch", + "name": "COBOL (native): Enterprise Server", + "enterpriseServer": { + "serverName": "Please enter the name of the server to debug.", + "serverAddress": "Please enter the address of the 'mfcs-mp' or 'soap' listener for the server. eg tcp:127.0.0.1:." + } + }, + { + "type": "cobol", + "request": "launch", + "name": "COBOL (native): Launch", + "program": "${workspaceFolder}/", + "cwd": "${workspaceFolder}", + "stopOnEntry": true + }, + { + "type": "cobol", + "request": "attach", + "name": "COBOL (native): Attach to process", + "processId": "${command:pickProcess}" + } + ] +} \ No newline at end of file From 13a7dbf81ec6ed3d141d18d11bf8b84203abc514 Mon Sep 17 00:00:00 2001 From: "iTunes.com" Date: Mon, 16 Jun 2025 18:29:27 +0900 Subject: [PATCH 3/3] MCP Server --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/launch.json b/.vscode/launch.json index f6a9aa0..7f345e1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,7 @@ // 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { "type": "cobol", "request": "launch",