brand renaming, scenario reloads flight
This commit is contained in:
@@ -12,7 +12,7 @@ from fastmcp import FastMCP
|
||||
from mcp_servers.data.scenarios.manager import scenario_manager
|
||||
|
||||
mcp = FastMCP(
|
||||
"united-ops-internal",
|
||||
"stellar-ops-internal",
|
||||
instructions=(
|
||||
"Internal operations tools — crew duty status, pending rebookings, "
|
||||
"and ops-audience narrative generation. Restricted to ops-facing clients."
|
||||
|
||||
@@ -13,7 +13,7 @@ from mcp_servers.data.models import MPStatus
|
||||
from mcp_servers.data.scenarios.manager import scenario_manager
|
||||
|
||||
mcp = FastMCP(
|
||||
"united-ops-passenger",
|
||||
"stellar-ops-passenger",
|
||||
instructions=(
|
||||
"Passenger-facing tools — notification narrative generation "
|
||||
"and flight manifest access. Restricted to customer-facing clients."
|
||||
|
||||
@@ -11,9 +11,9 @@ from mcp_servers.data.real import faa, openmeteo
|
||||
from mcp_servers.data.scenarios.manager import scenario_manager
|
||||
|
||||
mcp = FastMCP(
|
||||
"united-ops-shared",
|
||||
"stellar-ops-shared",
|
||||
instructions=(
|
||||
"Shared operational data tools for Stellar Air operations. "
|
||||
"Shared operational data tools for Stellar Air NOVA operations. "
|
||||
"Covers: flight status, weather (live OpenMeteo), airport status "
|
||||
"(live FAA), and maintenance flags. Used by all agent clients."
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user