Skip to content

Commit 9032c37

Browse files
xplusplusaiclaude
andcommitted
v1.1.0: Complete Node.js distribution cleanup and optimization
- Remove legacy binary files and scripts directory - Update all example configurations for Node.js approach - Simplify configuration with essential parameters only - Update .gitignore to include dist/ and node_modules/ for release - Clean up configuration examples across all platforms - Remove obsolete timeout and limit parameters from examples This completes the transition from binary to Node.js distribution providing users with a clean, working release package. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 6445725 commit 9032c37

File tree

10,887 files changed

+1886693
-29
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

10,887 files changed

+1886693
-29
lines changed

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# Dependencies
2-
node_modules/
1+
# Release version includes built files and dependencies for end users
2+
# Only exclude development files
33
npm-debug.log*
4-
5-
# Build outputs
6-
dist/
74
*.tsbuildinfo
85

96
# Environment files

bin/fo-semantic-mcp-linux

-57.1 MB
Binary file not shown.

bin/fo-semantic-mcp-macos

-61.8 MB
Binary file not shown.

bin/fo-semantic-mcp-win.exe

-48.9 MB
Binary file not shown.

dist/server.js

Lines changed: 156 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/server.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/services/searchApiClient.js

Lines changed: 142 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)