# Pinecone Configuration # Get your API key from https://app.pinecone.io/ PINECONE_API_KEY=your_api_key_here PINECONE_INDEX_NAME=common-core-standards PINECONE_NAMESPACE=standards # Hugging Face Configuration # Get your token from https://huggingface.co/settings/tokens # Required for chat interface Inference API access HF_TOKEN=your_huggingface_token_here # Note: MCP_SERVER_URL is not needed since we call functions directly # The MCP server is automatically exposed by Gradio when mcp_server=True