File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ When the MCP server is running, the following tools are available:
129129- ` npm run build:index:force ` - Force rebuild the entire index (ignores cache)
130130- ` npm run dev:index ` - Build and update index in development mode
131131- ` npm run dev ` - Build and start server in development mode
132+ - ` npm run lint ` - Run Biome linting
133+ - ` npm run lint:fix ` - Run Biome linting and fix linting errors
132134
133135## Configuration
134136
@@ -160,10 +162,12 @@ The server consists of several key components:
1601623 . ** SearchService** : Provides search functionality with keyword matching and full-text search
1611634 . ** MCP Server** : Exposes tools via the Model Context Protocol
162164
163- ## Contributing
165+ ## License
164166
165- Contributions are welcome! Please feel free to submit a Pull Request .
167+ Apache License 2.0, see [ LICENSE ] ( https://github.com/bucketeer-io/bucketeer/blob/master/LICENSE ) .
166168
167- ## License
169+ ## Contributing
170+
171+ We would ❤️ for you to contribute to Bucketeer and help improve it! Anyone can use and enjoy it!
168172
169- MIT
173+ Please follow our contribution guide [ here ] ( https://docs.bucketeer.io/contribution-guide/contributing ) .
You can’t perform that action at this time.
0 commit comments