mcp-server-youtube-info 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/PKG-INFO +29 -1
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/README.md +28 -0
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/pyproject.toml +1 -1
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/.gitignore +0 -0
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/src/mcp_server_youtube_info/__init__.py +0 -0
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/src/mcp_server_youtube_info/__main__.py +0 -0
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/src/mcp_server_youtube_info/server.py +0 -0
- {mcp_server_youtube_info-0.1.4 → mcp_server_youtube_info-0.1.5}/uv.lock +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: mcp-server-youtube-info
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
4
4
|
Summary: A YouTube information retrieval server implementation for Model Context Protocol (MCP)
|
5
5
|
Project-URL: Homepage, https://github.com/yareyaredesuyo/mcp-servers
|
6
6
|
Project-URL: Repository, https://github.com/yareyaredesuyo/mcp-servers.git
|
@@ -73,6 +73,34 @@ After installation, you can run it as a script like this:
|
|
73
73
|
mcp-server-youtube-info
|
74
74
|
```
|
75
75
|
|
76
|
+
## Configuration
|
77
|
+
|
78
|
+
### Configure for Claude.app
|
79
|
+
|
80
|
+
Add to your Claude settings:
|
81
|
+
|
82
|
+
<details>
|
83
|
+
<summary>Using uvx</summary>
|
84
|
+
|
85
|
+
```json
|
86
|
+
{
|
87
|
+
"mcpServers": {
|
88
|
+
"testing": {
|
89
|
+
"command": "uvx",
|
90
|
+
"args": ["mcp-server-youtube-info"]
|
91
|
+
}
|
92
|
+
}
|
93
|
+
}
|
94
|
+
```
|
95
|
+
|
96
|
+
</details>
|
97
|
+
|
98
|
+
### Configure for VS Code
|
99
|
+
|
100
|
+
For quick installation, use one of the one-click install buttons below...
|
101
|
+
|
102
|
+
[](https://insiders.vscode.dev/redirect/mcp/install?name=youtube-info&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22mcp-server-youtube-info%22%5D%7D)
|
103
|
+
|
76
104
|
### Command-Line Options
|
77
105
|
|
78
106
|
You can specify the following options when running the server:
|
@@ -48,6 +48,34 @@ After installation, you can run it as a script like this:
|
|
48
48
|
mcp-server-youtube-info
|
49
49
|
```
|
50
50
|
|
51
|
+
## Configuration
|
52
|
+
|
53
|
+
### Configure for Claude.app
|
54
|
+
|
55
|
+
Add to your Claude settings:
|
56
|
+
|
57
|
+
<details>
|
58
|
+
<summary>Using uvx</summary>
|
59
|
+
|
60
|
+
```json
|
61
|
+
{
|
62
|
+
"mcpServers": {
|
63
|
+
"testing": {
|
64
|
+
"command": "uvx",
|
65
|
+
"args": ["mcp-server-youtube-info"]
|
66
|
+
}
|
67
|
+
}
|
68
|
+
}
|
69
|
+
```
|
70
|
+
|
71
|
+
</details>
|
72
|
+
|
73
|
+
### Configure for VS Code
|
74
|
+
|
75
|
+
For quick installation, use one of the one-click install buttons below...
|
76
|
+
|
77
|
+
[](https://insiders.vscode.dev/redirect/mcp/install?name=youtube-info&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22mcp-server-youtube-info%22%5D%7D)
|
78
|
+
|
51
79
|
### Command-Line Options
|
52
80
|
|
53
81
|
You can specify the following options when running the server:
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|