Skip to content

Commit 20e6dad

Browse files
authored
Merge pull request #56 from jkawamoto/smithery
Remove Smithery integration and related configurations
2 parents a096fa6 + efedf66 commit 20e6dad

File tree

4 files changed

+0
-36
lines changed

4 files changed

+0
-36
lines changed

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ tests/
33
__pycache__/
44
manifest.json
55
server.json
6-
smithery.yaml

.mcpbignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ tests/
33
__pycache__/
44
Dockerfile
55
server.json
6-
smithery.yaml

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
[![GitHub License](https://img.shields.io/github/license/jkawamoto/mcp-youtube-transcript)](https://github.com/jkawamoto/mcp-youtube-transcript/blob/main/LICENSE)
44
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
55
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
6-
[![smithery badge](https://smithery.ai/badge/@jkawamoto/mcp-youtube-transcript)](https://smithery.ai/server/@jkawamoto/mcp-youtube-transcript)
76
[![Dockerhub](https://img.shields.io/badge/Docker-mcp%2Fyoutube--transcript-blue.svg)](https://hub.docker.com/mcp/server/youtube_transcript)
87

98
This MCP server retrieves transcripts for given YouTube video URLs.
@@ -81,29 +80,6 @@ To configure this server for LM Studio, click the button below.
8180
A Docker image for this server is available on [Docker Hub](https://hub.docker.com/mcp/server/youtube_transcript/).
8281
Please refer to the Docker Hub page for detailed usage instructions and documentation.
8382

84-
### Installing via Smithery
85-
> [!NOTE]
86-
> When using this method, you will be using servers hosted by Smithery.
87-
> Requests and responses will be routed through their servers.
88-
> Please refer to the [Smithery Privacy Notice](https://smithery.ai/privacy) for information
89-
> about their data handling practices.
90-
91-
The [Smithery CLI](https://github.com/smithery-ai/cli) enables the installation of MCP servers on various clients.
92-
93-
For instance, to install this server for Claude Desktop, execute the following command:
94-
95-
```bash
96-
npx -y @smithery/cli install @jkawamoto/mcp-youtube-transcript --client claude
97-
```
98-
99-
To view the list of clients supported by the Smithery CLI, use this command:
100-
101-
```bash
102-
npx -y @smithery/cli list clients
103-
```
104-
105-
Refer to the [Smithery CLI documentation](https://github.com/smithery-ai/cli) for additional details.
106-
10783
## Response Pagination
10884
When retrieving transcripts for longer videos, the content may exceed the token size limits of the LLM.
10985
To avoid this issue, this server splits transcripts that exceed 50,000 characters.

smithery.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)