Releases: jkawamoto/mcp-bear
Releases · jkawamoto/mcp-bear
v0.5.2
What's Changed
- Replace
webbrowserwithasyncio.create_subprocess_execby @jkawamoto in #44 - Bump version to 0.5.2 by @jkawamoto in #45
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Update server.json to use camelCase properties by @jkawamoto in #38
- Centralize request handling logic in
mcp_bearby @jkawamoto in #39 - Enforce
Literaltype formodeinadd_filetool by @jkawamoto in #40 - Add
add_titletool with tests by @jkawamoto in #41 - Bump version and update pre-commit dependencies by @jkawamoto in #42
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Add configuration files and automate release workflow by @jkawamoto in #34
- Integrate MCP publishing on CI by @jkawamoto in #35
- Implement
/add-fileendpoint with tests by @jkawamoto in #36 - Bump version to 0.5.0 by @jkawamoto in #37
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Fixed typo in Claude Desktop configuration by @calvinthomas150 in #29
- Update README.md by @jkawamoto in #30
- Add setup instructions for LM Studio to README.md by @jkawamoto in #31
- Structured Output by @jkawamoto in #32
- Bump version to 0.4.0 by @jkawamoto in #33
New Contributors
- @calvinthomas150 made their first contribution in #29
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- Fix: Remove hardcoded pin=no parameter in open_note function by @bstephens16 in #27
- Bump version to v0.3.1 by @jkawamoto in #28
New Contributors
- @bstephens16 made their first contribution in #27
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Simplify callback mechanism in Bear tools by @jkawamoto in #23
- Add support for more actions by @jkawamoto in #24
- Bump version to v0.3.0 by @jkawamoto in #25
Full Changelog: v0.2.3...v0.3.0
v0.2.3
What's Changed
- fix: prevent title from being duplicated in the note by @afonsocraposo in #21
- Bump dependencies and package version by @jkawamoto in #22
New Contributors
- @afonsocraposo made their first contribution in #21
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- Increase max header size to 1MB by @jkawamoto in #19
- Bump version and update dependencies by @jkawamoto in #20
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Add a replace_note method using the add-text endpoint by @nmeierpolys in #16
- Bump version to 0.2.1 by @jkawamoto in #18
New Contributors
- @nmeierpolys made their first contribution in #16
Full Changelog: v0.2.0...v0.2.1
v0.2.0
In this version, we now receive data from Bear using custom URLs. As a result, the issue where a browser tab would open for each request has been resolved.
What's Changed
- Use custom URL to receive data from bear by @jkawamoto in #14
- Bump project version and update dependencies by @jkawamoto in #15
Full Changelog: v0.1.5...v0.2.0