Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
YouTube MCP Integration
by
spolepaka
Verified
GitHub
Browser Automation
Entertainment & Media
TypeScript
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
ephor-youtube-mcp
public
.specstory
src
.gitignore
package.json
package-lock.json
README.md
run-youtube-tests.sh
status-local.json
status-response.json
test-mcp-sse.js
test-package.json
test-sse.sh
test-youtube-tools.js
tsconfig.json
{ "name": "mcp-sse-test", "version": "1.0.0", "description": "Test script for MCP SSE endpoint", "main": "test-mcp-sse.js", "type": "module", "scripts": { "test": "node test-mcp-sse.js" }, "dependencies": { "eventsource": "^2.0.2", "node-fetch": "^2.6.7" } }