Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ repos:
hooks:
- id: yamlfmt
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.13.2
rev: v0.13.3
hooks:
- id: ruff
args: [--fix]
- id: ruff-format
- repo: https://github.com/tox-dev/pyproject-fmt
rev: v2.6.0
rev: v2.7.0
hooks:
- id: pyproject-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": "0.2",
"name": "mcp-youtube-transcript",
"display_name": "YouTube Transcript MCP Server",
"version": "0.5.3",
"version": "0.5.4",
"description": "MCP server retrieving transcripts of YouTube videos",
"author": {
"name": "Junpei Kawamoto",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires = [ "hatchling" ]

[project]
name = "mcp-youtube-transcript"
version = "0.5.3"
version = "0.5.4"
description = "MCP server retrieving transcripts of YouTube videos"
readme = "README.md"
authors = [
Expand Down Expand Up @@ -54,7 +54,7 @@ line-length = 120
indent = 4

[tool.bumpversion]
current_version = "0.5.3"
current_version = "0.5.4"
commit = true
pre_commit_hooks = [
"uv sync",
Expand Down
6 changes: 3 additions & 3 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"url": "https://github.com/jkawamoto/mcp-youtube-transcript",
"source": "github"
},
"version": "0.5.3",
"version": "0.5.4",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/jkawamoto/mcp-youtube-transcript/releases/download/v0.5.3/mcp-youtube-transcript.mcpb",
"identifier": "https://github.com/jkawamoto/mcp-youtube-transcript/releases/download/v0.5.4/mcp-youtube-transcript.mcpb",
"fileSha256": "",
"version": "0.5.3",
"version": "0.5.4",
"transport": {
"type": "stdio"
}
Expand Down
Loading