File tree Expand file tree Collapse file tree 5 files changed +58
-53
lines changed
Expand file tree Collapse file tree 5 files changed +58
-53
lines changed Original file line number Diff line number Diff line change 1515 hooks :
1616 - id : yamlfmt
1717 - repo : https://github.com/astral-sh/ruff-pre-commit
18- rev : v0.14.4
18+ rev : v0.14.5
1919 hooks :
2020 - id : ruff
2121 args : [--fix]
2525 hooks :
2626 - id : pyproject-fmt
2727 - repo : https://github.com/astral-sh/uv-pre-commit
28- rev : 0.9.7
28+ rev : 0.9.9
2929 hooks :
3030 - id : uv-lock
3131 - repo : https://github.com/pre-commit/mirrors-mypy
Original file line number Diff line number Diff line change 11{
2- "manifest_version" : " 0.2" ,
2+ "$schema" : " https://raw.githubusercontent.com/anthropics/mcpb/refs/heads/main/schemas/mcpb-manifest-v0.3.schema.json" ,
3+ "manifest_version" : " 0.3" ,
34 "name" : " mcp-bear" ,
45 "display_name" : " Bear MCP Server" ,
5- "version" : " 0.5.1 " ,
6+ "version" : " 0.5.2 " ,
67 "description" : " A MCP server for interacting with Bear note-taking software." ,
78 "author" : {
89 "name" : " Junpei Kawamoto" ,
107108 }
108109 },
109110 "keywords" : [
110- " bear"
111+ " bear" ,
112+ " notetaking" ,
113+ " macos"
111114 ],
112115 "license" : " MIT" ,
113116 "repository" : {
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.5.1 "
8+ version = " 0.5.2 "
99description = " A MCP server for interacting with Bear note-taking software."
1010readme = " README.md"
1111authors = [
@@ -52,7 +52,7 @@ line-length = 120
5252indent = 4
5353
5454[tool .bumpversion ]
55- current_version = " 0.5.1 "
55+ current_version = " 0.5.2 "
5656commit = true
5757pre_commit_hooks = [
5858 " 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.5.1 " ,
10+ "version" : " 0.5.2 " ,
1111 "packages" : [
1212 {
1313 "registryType" : " mcpb" ,
14- "identifier" : " https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.1 /mcp-bear.mcpb" ,
14+ "identifier" : " https://github.com/jkawamoto/mcp-bear/releases/download/v0.5.2 /mcp-bear.mcpb" ,
1515 "fileSha256" : " " ,
1616 "transport" : {
1717 "type" : " stdio"
You can’t perform that action at this time.
0 commit comments