10 lines
149 B
Python
10 lines
149 B
Python
"""
|
|
ReelForge MCP Server
|
|
"""
|
|
|
|
from fastmcp import FastMCP
|
|
|
|
# Initialize ReelForge MCP server
|
|
reelforge_mcp = FastMCP("ReelForge Capabilities 📚")
|
|
|