Longport-MCP is a MCP server for Longport OpenAPI.
To run the project, use the following command:
Start a stdio server
longport stdioStart a SSE server
longport sseDefault bind address is 127.0.0.1:8000, you can change it by using the --bind flag:
longport stdio --bind 127.0.0.1:3000