Skip to content

Commit 5b4d7a5

Browse files
authored
Merge pull request #3 from bucketeer-io/feat/init-impl
docs: fix readme
2 parents 8838801 + e8982d1 commit 5b4d7a5

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff 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:
160162
3. **SearchService**: Provides search functionality with keyword matching and full-text search
161163
4. **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).

0 commit comments

Comments
 (0)