20260318 Formats And ESlints all the project. Updates to .registerTool on all tools - #1
20260318 Formats And ESlints all the project. Updates to .registerTool on all tools#1netpoe wants to merge 16 commits into
Conversation
…d refactor Binance client setup
…ing in index.ts, and enhance SSE server type definitions
…tion, update server descriptions, and enhance error handling for unsupported endpoints
… ESLint, and update import statements across multiple files for consistency
…sport, and add logging for tool calls and results
…uest handling, logging, and session management
…oved error messages, and refined request validation
… calls with server.registerTool(...) for improved API consistency
…nhance Binance API with new request handling and error management
…improved IP handling, and refined account retrieval parameters
…g host to 0.0.0.0 for improved accessibility
… MCP application setup
…ing lockfile usage and adjusting COPY commands
…rguments handling
|
|
import express from "express"; const PORT = Number(process.env.PORT || 3000); async function main() { // attach metrics endpoint // error handler will be registered in api router // health check // start MCP server and register tools app.listen(PORT, () => { main().catch((err) => { |
|
(path + full contents), |
|
package // run locally // build packages locally into the "dist" folder. |
|
Polymorphisms |
|
Polymorphism |
|
Install |
What does this PR do?
Type of change
Checklist