MCP Server

by Lautarotetamusa

110 downloads
Not rated
GitHub

About

Test MCP server and client to control advisors api

Details

Author
Lautarotetamusa
Downloads
110
Categories
Developer Tools

- Manages advisors via natural language commands
- Provides two tools: get-advisors and update-advisor
- Requires DeepSeek API key for authentication
- Uses a client–server architecture in Node.js
- Built and run with npm scripts

Set the DEEPSEEK_API_KEY environment variable in a .env file. Build both server and client directories with npm run build. Run the server first using node server/build/index.js, then run the client with node client/build/index.js.

MCP Server

MCP client and server tests. Manage advisors in natural language. \ The MCP client has two tools. get-advisors and update-advisor.

Build

Set the DEEPSEEK_API_KEY
echo "DEEPSEEK_API_KEY=<your-api-key>" > .env

Server

cd server && npm run build && cd ..

Client
cd client && npm run build && cd ..

Run

Server you must run the server first
node server/build/index.js
Client
node client/build/index.js
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.