mirror of
https://github.com/amitwh/markdown-converter.git
synced 2026-08-02 18:10:18 +05:30
- Add XLSX export functionality alongside CSV with proper menu option - Fix advanced export dialog visibility with improved CSS and scroll behavior - Verify file loading mechanism works correctly for double-click association - Improve export dialog layout with better height and positioning - Update export-spreadsheet IPC handler to support both CSV and XLSX formats
11 lines
160 B
YAML
11 lines
160 B
YAML
name: New MCP server
|
|
version: 0.0.1
|
|
schema: v1
|
|
mcpServers:
|
|
- name: New MCP server
|
|
command: npx
|
|
args:
|
|
- -y
|
|
- <your-mcp-server>
|
|
env: {}
|