Convert to JavaScript buildless MCP server#5
Open
lanmower wants to merge 10 commits into
Open
Conversation
feat: Add LibreOffice Plugin/Extension Implementation
The 'storage' commit (59756a9) accidentally created empty files in the root directory that duplicated content already properly organized in: - src/ directory (libremcp.py, main.py) - docs/ directory (all documentation files) - examples/ directory (demo scripts) - tests/ directory (test files) - config/ directory (configuration templates) This commit removes the empty duplicate files while preserving all content in their correct locations following the proper repository structure. Files removed (all were empty): - Root-level Python files (libremcp.py, main.py, test_*.py, demo_*.py) - Root-level documentation files (*.md except README.md) - Root-level config files (claude_config.json, mcp.config.json.template) All content remains accessible in proper directory structure: - Source code: src/ - Documentation: docs/ - Examples: examples/ - Tests: tests/ - Configuration: config/ - Utilities: scripts/
- Remove confusing root main.py that was causing 'hanging' behavior - Update README.md to show correct entry point: python src/main.py - Update mcp-helper.sh to use consistent src/main.py entry point - Ensure all scripts and documentation use the correct path - Users now get clear error messages if using wrong path
…configuration, documentation verbosity, adjectives from code and descriptions. Reduce codebase from 2724 to 549 lines. Implement core functionality in 490 lines of clean JavaScript. Terse factual descriptions only.
c45e44c to
39bf691
Compare
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
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.
Conversion from Python to JavaScript buildless MCP server
Verification: All requirements met and tested