添加 port_config.py
This commit is contained in:
14
port_config.py
Normal file
14
port_config.py
Normal 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
|
Reference in New Issue
Block a user