6 lines
79 B
Python
6 lines
79 B
Python
from mcp.server import Server
|
|
|
|
master_server = Server(
|
|
"GhostNet-Router"
|
|
)
|