https://github.com/ds1/yt-title-generator
https://github.com/ds1/yt-title-generator
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ds1/yt-title-generator
- Owner: ds1
- Created: 2025-12-05T05:36:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-05T06:32:07.000Z (6 months ago)
- Last Synced: 2025-12-08T13:06:09.360Z (6 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yt-title-generator
YouTube SEO Optimization MCP Agent
## Quick Start
1. Click "Run" to start the server
2. The WebSocket server will be available at the URL shown in the console
3. Connect using an MCP client
## Deployment
Click the "Deploy" button in Replit to deploy this agent.
The deployed URL will be your agent's permanent endpoint.
## API
This agent exposes its functionality through the MCP protocol over WebSocket.
### Methods
- `ping` - Health check
- `tools/list` - List available tools
- `tools/call` - Execute a tool
## Environment Variables
- `PORT` - Server port (default: 3000)