8000 GitHub - reybos/generate_client
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

reybos/generate_client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run commands in root

npm install
npm run build

which node (it return your node location)

Add mcp server to your agent config

{
    "mcpServers": {
        "get_doc": {
            "command": "/opt/homebrew/opt/node@20/bin/node",
            "args": [
                "/Users/andrejbosyj/Documents/projects/mcp-servers/generate_client_new/build/index.js"
            ]
        }
    }
}

Where command - node full path args - path to your built js file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0