添加 port_config.py

This commit is contained in:
2025-04-16 19:52:11 +08:00
parent 40424b111a
commit 3f48fa02d2

14
port_config.py Normal file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Maya MCP Port Configuration
This module provides port configuration for the Maya MCP server.
Version: 1.0.0
Author: Jeffrey Tsai
"""
# Server configuration
SERVER_HOST = "127.0.0.1" # Bind to localhost only
SERVER_PORT = 4550 # Use port 4550 as in the original configuration