common_core_mcp / .env.example
Lindow
add mcp and gradio app
3fac7d8
raw
history blame contribute delete
503 Bytes
# 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