File tree Expand file tree Collapse file tree 6 files changed +547
-462
lines changed
Expand file tree Collapse file tree 6 files changed +547
-462
lines changed Original file line number Diff line number Diff line change 11ko_fi : jkawamoto
2+ thanks_dev : u/gh/jkawamoto
Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ repos:
1111 - id : pretty-format-json
1212 args : [--autofix, --no-sort-keys]
1313 - repo : https://github.com/google/yamlfmt
14- rev : v0.17.2
14+ rev : v0.19.0
1515 hooks :
1616 - id : yamlfmt
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.12.9
18+ rev : v0.14.1
1919 hooks :
2020 - id : ruff
2121 args : [--fix]
2222 - id : ruff-format
2323 - repo : https://github.com/tox-dev/pyproject-fmt
24- rev : v2.6 .0
24+ rev : v2.11 .0
2525 hooks :
2626 - id : pyproject-fmt
2727 - repo : https://github.com/astral-sh/uv-pre-commit
28- rev : 0.8.11
28+ rev : 0.9.4
2929 hooks :
3030 - id : uv-lock
3131 - repo : https://github.com/pre-commit/mirrors-mypy
32- rev : v1.17.1
32+ rev : v1.18.2
3333 hooks :
3434 - id : mypy
3535 args : []
Original file line number Diff line number Diff line change 22 "manifest_version" : " 0.2" ,
33 "name" : " mcp-bear" ,
44 "display_name" : " Bear MCP Server" ,
5- "version" : " 0.4 .0" ,
5+ "version" : " 0.5 .0" ,
66 "description" : " A MCP server for interacting with Bear note-taking software." ,
77 "author" : {
88 "name" : " Junpei Kawamoto" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55
66[project ]
77name = " mcp-bear"
8- version = " 0.4 .0"
8+ version = " 0.5 .0"
99description = " A MCP server for interacting with Bear note-taking software."
1010readme = " README.md"
1111authors = [
@@ -22,6 +22,7 @@ classifiers = [
2222 " Programming Language :: Python :: 3.11" ,
2323 " Programming Language :: Python :: 3.12" ,
2424 " Programming Language :: Python :: 3.13" ,
25+ " Programming Language :: Python :: 3.14" ,
2526]
2627dependencies = [
2728 " fastapi>=0.115" ,
@@ -51,7 +52,7 @@ line-length = 120
5152indent = 4
5253
5354[tool .bumpversion ]
54- current_version = " 0.4 .0"
55+ current_version = " 0.5 .0"
5556commit = true
5657pre_commit_hooks = [
5758 " uv sync" ,
Original file line number Diff line number Diff line change 77 "url" : " https://github.com/jkawamoto/mcp-bear" ,
88 "source" : " github"
99 },
10- "version" : " 0.4 .0" ,
10+ "version" : " 0.5 .0" ,
1111 "packages" : [
1212 {
1313 "registry_type" : " mcpb" ,
14- "identifier" : " https://github.com/jkawamoto/mcp-bear/releases/download/v0.4 .0/mcp-bear.mcpb" ,
14+ "identifier" : " https://github.com/jkawamoto/mcp-bear/releases/download/v0.5 .0/mcp-bear.mcpb" ,
1515 "file_sha256" : " " ,
16- "version" : " 0.4 .0" ,
16+ "version" : " 0.5 .0" ,
1717 "transport" : {
1818 "type" : " stdio"
1919 },
You can’t perform that action at this time.
0 commit comments