@hasdata/youtube-mcp 1.0.0 → 1.0.1
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.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@ A hosted Model Context Protocol (MCP) server that gives Claude, Cursor, Windsurf
|
|
|
8
8
|
https://mcp.hasdata.com/api/mcp?apis=youtube
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
+
[](https://glama.ai/mcp/servers/HasData/youtube-mcp)
|
|
11
12
|
[](https://github.com/HasData/youtube-mcp/actions/workflows/contract.yml)
|
|
12
13
|
[](https://modelcontextprotocol.io)
|
|
13
14
|
[](#tools)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hasdata/youtube-mcp",
|
|
3
3
|
"mcpName": "com.hasdata/youtube",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "MCP server for YouTube data (search, video, channel, transcript) through HasData's hosted API. No Google Cloud project, no YouTube Data API key.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": { "hasdata-youtube-mcp": "index.mjs" },
|