# --- MCP Server Metadata --- | |
# Name of the MCP server as it will be advertised. | |
MCP_SERVER_NAME="QueryBloggerMCPServer" | |
MCP_SERVER_VERSION="1.0.0" | |
MCP_SERVER_DESCRIPTION="Provides read-only access to Codonomics Blogger content." | |
# --- Domain Filtering for Blogger --- | |
ALLOWED_DOMAINS="kartzontech.blogspot.com,blog.codonomics.com" | |
# --- Server Host and Port --- | |
UVICORN_HOST="0.0.0.0" | |
UVICORN_PORT=8000 |