File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,6 @@ You can also configure the MCP server using environment variables:
80
80
- ` THIRDWEB_ENGINE_URL ` : URL endpoint for thirdweb Engine service
81
81
- ` THIRDWEB_ENGINE_AUTH_JWT ` : Authentication JWT token for Engine
82
82
- ` THIRDWEB_ENGINE_BACKEND_WALLET_ADDRESS ` : Wallet address for Engine backend
83
- - ` THIRDWEB_ENGINE_CLOUD_URL ` : URL endpoint for EngineCloud service (defaults to https://engine.thirdweb.com/v1 )
84
83
- ` THIRDWEB_VAULT_ACCESS_TOKEN ` : Vault access token for EngineCloud server wallet operations
85
84
86
85
### Integration with Claude Desktop
@@ -169,4 +168,4 @@ Provides decentralized storage functionality:
169
168
170
169
## Support
171
170
172
- For questions or support, please contact [ support@thirdweb.com ] ( mailto:support@thirdweb.com ) or visit [ thirdweb.com] ( https://thirdweb.com ) .
171
+ For questions or support, please contact [ support@thirdweb.com ] ( mailto:support@thirdweb.com ) or visit [ thirdweb.com] ( https://thirdweb.com ) .
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ def main(
68
68
engine_url : str ,
69
69
engine_auth_jwt : str ,
70
70
engine_backend_wallet_address : str | None ,
71
- engine_cloud_url : str ,
72
71
vault_access_token : str | None ,
73
72
):
74
73
mcp = FastMCP ("thirdweb MCP" , port = port )
@@ -123,4 +122,3 @@ def main(
123
122
124
123
if __name__ == "__main__" :
125
124
main ()
126
-
You can’t perform that action at this time.
0 commit comments