-
Notifications
You must be signed in to change notification settings - Fork 180
<maintenance> maintaining the experimental branch via main #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…and desktop integration (#5) # Overview This PR introduces a new Fast Markdown MCP Server with real-time file monitoring and status display capabilities, along with a fix for path resolution issues. ## Key Features - Real-time markdown file monitoring and synchronization - Server status dashboard with live WebSocket-like updates - Automated setup process via single command - Integration with Claude Desktop configuration - Dark-theme UI matching application styling - Comprehensive logging and error handling ## Technical Implementation - Python-based MCP server built with FastAPI - React status monitoring component - Cross-platform path handling with proper root directory resolution - File content and metadata tracking system - Polling-based status updates ## Bug Fixes - Corrected path resolution in MCP server configuration endpoint - Fixed ENOENT errors by adjusting root directory calculation from `parents[3]` to `parents[2]` - Ensured consistent paths between API and MCP settings ## Setup Instructions 1. Clone the repository 2. Execute `./fast-markdown-mcp/setup.sh` 3. Launch services with `./start.sh` ## Documentation - Server setup and configuration: `README.md` - UI component details: `MCPServerStatus.tsx` - Backend implementation: `main.py` ## Dependencies - Python 3.10+ - Node.js - FastAPI - React - MCP SDK ## Testing Completed - Server status detection - File monitoring capabilities - Configuration management - UI responsiveness - Error handling scenarios Please review the implementation, particularly the path resolution changes that fix the ENOENT errors.
Checkbox marked for MCP and new image added for latest change.
Update README.md with How to use
/lib/storage.ts file was causing errors in a lot of user's system because it was stored in git ignore folder. Removed it and made small bug fixes on json and markdown files download and everything works on clean install.
/lib/storage.ts file was causing errors in a lot of user's system because it was stored in git ignore folder. Removed it and made small bug fixes on json and markdown files download and everything works on clean install.
The script has been updated to correctly install Python backend dependencies using the proper path "backend/requirements.txt". The original suggestion to use "../backend" was incorrect as it would have looked in the wrong location. The updated script will now properly install dependencies before starting the backend service, ensuring all required packages are available when the backend starts.
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.