使用 MCP 將貨幣工具新增至代理 Reviews
681 reviews
Kotala S. · Reviewed about 2 months ago
Kamaraj R. · Reviewed about 2 months ago
what's the a2a for?
dan j. · Reviewed about 2 months ago
Kamaraj R. · Reviewed about 2 months ago
Kamaraj R. · Reviewed about 2 months ago
The vs code embeded in the window failed to save my file, i had to go "Ctrl+Shift+P" and then "New window"
Cosmin H. · Reviewed about 2 months ago
Anton C. · Reviewed about 2 months ago
update lab with the following server.py step @mcp.tool() def get_crypto_price(currency_pair: str = "BTC-USD") -> dict: """Get the current price of a cryptocurrency pair using the Coinbase v2 API.""" url = f"https://api.coinbase.com/v2/prices/{currency_pair}/spot" # Coinbase recommends a version header to ensure response stability headers = { "CB-VERSION": "2026-03-20" } try: response = httpx.get(url, headers=headers) response.raise_for_status() data = response.json()["data"] # Adding a timestamp helps the agent know how fresh the data is return { "pair": data["base"] + "-" + data["currency"], "price": data["amount"], "retrieved_at": "2026-03-20T22:04:32Z" } except Exception as e: return {"error": str(e)}
Sal G. · Reviewed about 2 months ago
received several errors and spend about 4 credits now. Some errors with permissions, some with no available models.
Sal G. · Reviewed about 2 months ago
Error in the python coed
Michael R. · Reviewed about 2 months ago
Alberto Y. · Reviewed about 2 months ago
SHASHI S. · Reviewed about 2 months ago
Manuel A. · Reviewed about 2 months ago
I was running into permissions errors. I could not complete the lab
Jesus S. · Reviewed about 2 months ago
Everything i should do its writed, i do not have to think
Ivo H. · Reviewed about 2 months ago
Suhas M. · Reviewed about 2 months ago
Jamie C. · Reviewed about 2 months ago
nice
SRIDHAR C. · Reviewed about 2 months ago
Task 2 does not work in the first run
Vuong T. · Reviewed about 2 months ago
Setsabile M. · Reviewed about 2 months ago
Attila Péter L. · Reviewed about 2 months ago
Shiraz T. · Reviewed about 2 months ago
Jorge Raul V. · Reviewed about 2 months ago
Shane T. · Reviewed about 2 months ago
Michael B. · Reviewed about 2 months ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.