You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix SSL environment variable names in smithery.yaml
Update smithery.yaml to use consistent SSL environment variable names that match the actual implementation in src/common/config.py:
- redisCAPath → redisSSLCAPath (maps to REDIS_SSL_CA_PATH)
- redisCertReqs → redisSSLCertReqs (maps to REDIS_SSL_CERT_REQS)
- redisCACerts → redisSSLCACerts (maps to REDIS_SSL_CA_CERTS)
This ensures the Smithery configuration uses the correct environment variable names that the server actually reads.
0 commit comments