Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCPLite": {
"command": "python",
"args": [
"my_server.py"
]
}
}
}Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCPLite": {
"command": "python",
"args": [
"my_server.py"
]
}
}
}