From 0690627331bc21da7a6b62d8b45219d0d1f454a7 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Sun, 12 Apr 2026 22:20:47 +0900 Subject: [PATCH] Created MCP server (markdown) --- MCP-server.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 MCP-server.md diff --git a/MCP-server.md b/MCP-server.md new file mode 100644 index 0000000..9692de9 --- /dev/null +++ b/MCP-server.md @@ -0,0 +1,27 @@ +# MCP Server + +The MCP server feature is currently available **experimentally** only in the `dev` branch. It can be executed using the built-in JavaScript engine without installing any additional components. + +## Setup + +1. **Download the `dev` branch** + +2. **Configure your MCP client (e.g., Claude)** + +```json +"mcpServers": { + "local-tools": { + "command": "cscript", + "args": [ + "/nologo", + "/app.js", + "mcploader", + "/quiet" + ] + } +} +```` + +3. **Customize your functions**: You can modify the `mcploader.js` file to add your own custom functions. + +4. **Start using MCP** \ No newline at end of file