todo-backend / src /mcp /server.py
ibad363's picture
todo-backend
a291087
raw
history blame contribute delete
130 Bytes
from fastmcp import FastMCP
# Create the MCP server
mcp = FastMCP("Todo AI Assistant")
if __name__ == "__main__":
mcp.run()