MCP Server Redis

  • src
from resources.status import * from resources.keys import * from tools.basic import * from tools.lists import * from tools.hashes import * from tools.sets import * from tools.pubsub import * from server import mcp def main(): mcp.run() if __name__ == "__main__": main()