Tags: hustcc/mcp-echarts
Tags
Fix chart style issues for candlestick and treemap charts (#26) * Fix chart style issues for candlestick and treemap charts - Fix candlestick chart boundary and layout issues: * Set boundaryGap to true to prevent chart elements from touching edges * Adjust X-axis min/max values for better spacing (-0.2, length-0.8) * Increase grid margins (left: 12%, right: 10%) for better text visibility * Add volume Y-axis min: 0 to ensure proper volume chart display * Set volume bar width to 60% for better visibility - Simplify treemap chart configuration: * Remove leafDepth and upperLabel settings that caused layout issues * Remove redundant itemStyle and levels configurations * Use ECharts default styling for cleaner appearance and better performance Fixes #22 * 重新生成了所有快照文件,确保与ECharts 6.0.0版本兼容 * chore: bump version to 0.7.0 * chore: v6.0.1 --------- Co-authored-by: hustcc <[email protected]>
feat: support mcp sse/streamable http transport (#21) * feat: enhance MCP server with new transport options and update documentation - Added support for Express.js to handle SSE and Streamable transport protocols. - Introduced command line options for transport type, port, and endpoint configuration. - Updated README to include new usage instructions for desktop applications and transport options. - Added health check and message endpoints for improved server functionality. - Included automatic server instance creation for each request to ensure stateless operation. * feat: add error handling for uncaught exceptions and unhandled rejections - Implemented global error handling for uncaught exceptions and unhandled promise rejections. - Added logging for errors to improve debugging and application stability. * fix: remove error logging on server start failure * chore: add contributor --------- Co-authored-by: hustcc <[email protected]>