MCP を使用してエージェントに通貨ツールを追加する のレビュー

679 件のレビュー

what's the a2a for?

julius dan · 約2ヶ月前にレビュー済み

Rangaswamy Kamaraj · 約2ヶ月前にレビュー済み

Rangaswamy Kamaraj · 約2ヶ月前にレビュー済み

The vs code embeded in the window failed to save my file, i had to go "Ctrl+Shift+P" and then "New window"

Horjea Cosmin · 約2ヶ月前にレビュー済み

Chernov Anton · 約2ヶ月前にレビュー済み

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)}

Gamez Sal · 約2ヶ月前にレビュー済み

received several errors and spend about 4 credits now. Some errors with permissions, some with no available models.

Gamez Sal · 約2ヶ月前にレビュー済み

Error in the python coed

Raizman Michael · 約2ヶ月前にレビュー済み

Yoldi Bengoechea Alberto · 約2ヶ月前にレビュー済み

SETHI SHASHI · 約2ヶ月前にレビュー済み

Arenas Manuel · 約2ヶ月前にレビュー済み

I was running into permissions errors. I could not complete the lab

Sandoval Jesus · 約2ヶ月前にレビュー済み

Everything i should do its writed, i do not have to think

Hagemann Martínez Ivo · 約2ヶ月前にレビュー済み

Manjunath Suhas · 約2ヶ月前にレビュー済み

Christian Jamie · 約2ヶ月前にレビュー済み

nice

C SRIDHAR · 約2ヶ月前にレビュー済み

Task 2 does not work in the first run

Tran Vuong · 約2ヶ月前にレビュー済み

Mkhabela Setsabile · 約2ヶ月前にレビュー済み

Lőrincz Attila Péter · 約2ヶ月前にレビュー済み

Tanvir Shiraz · 約2ヶ月前にレビュー済み

Van Der Henst Jorge Raul · 約2ヶ月前にレビュー済み

Tully Shane · 約2ヶ月前にレビュー済み

Brogan Michael · 約2ヶ月前にレビュー済み

Tully Shane · 約2ヶ月前にレビュー済み

Miyahara Takuto · 約2ヶ月前にレビュー済み

公開されたレビューが、製品を購入または使用した人によるものであることは保証されません。Google はこれらのレビューの検証を行っていません。