Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5d97b31c12 |
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "mcphub-server"
|
name = "mcphub-server"
|
||||||
version = "3.0.2"
|
version = "3.0.3"
|
||||||
description = "AI-native management hub for WordPress, WooCommerce, and self-hosted services via Model Context Protocol (MCP)"
|
description = "AI-native management hub for WordPress, WooCommerce, and self-hosted services via Model Context Protocol (MCP)"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "MCP Hub", email = "contact@mcphub.dev"}
|
{name = "MCP Hub", email = "contact@mcphub.dev"}
|
||||||
|
|||||||
@@ -27,6 +27,10 @@ import warnings
|
|||||||
from datetime import UTC, datetime
|
from datetime import UTC, datetime
|
||||||
from typing import Optional
|
from typing import Optional
|
||||||
|
|
||||||
|
from dotenv import load_dotenv
|
||||||
|
|
||||||
|
load_dotenv() # Load .env from current working directory
|
||||||
|
|
||||||
# Suppress noisy deprecation warning from websockets (transitive dependency)
|
# Suppress noisy deprecation warning from websockets (transitive dependency)
|
||||||
warnings.filterwarnings("ignore", category=DeprecationWarning, module="websockets")
|
warnings.filterwarnings("ignore", category=DeprecationWarning, module="websockets")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user