Created MCP server (markdown)

Namhyeon, Go 2026-04-12 22:20:47 +09:00
parent 131c589899
commit 0690627331

27
MCP-server.md Normal file

@ -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",
"<WelsonJS installation directory>/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**