mirror of
https://github.com/gnh1201/welsonjs.git
synced 2026-04-18 18:18:42 +00:00
Created MCP server (markdown)
parent
131c589899
commit
0690627331
27
MCP-server.md
Normal file
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**
|
||||||
Loading…
Reference in New Issue
Block a user