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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp-server-youtube-info
3
- Version: 0.1.4
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
+ [![Install with UV in VS Code](https://img.shields.io/badge/VS_Code-UV-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](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
+ [![Install with UV in VS Code](https://img.shields.io/badge/VS_Code-UV-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](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:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mcp-server-youtube-info"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "A YouTube information retrieval server implementation for Model Context Protocol (MCP)"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"