https://github.com/ds1/yt-script-optimizer
https://github.com/ds1/yt-script-optimizer
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ds1/yt-script-optimizer
- Owner: ds1
- Created: 2025-12-05T05:36:40.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-12-05T06:32:04.000Z (6 months ago)
- Last Synced: 2025-12-08T13:06:17.935Z (6 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yt-script-optimizer
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)