initial mcp server setup
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from dotenv import load_dotenv
|
||||
import os
|
||||
load_dotenv()
|
||||
class Config:
|
||||
OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
|
||||
Reference in New Issue
Block a user